[Mplayer-cvslog] CVS: main/libaf af.h,1.3,1.4

Anders Johansson anders at mplayerhq.hu
Thu Oct 3 14:45:01 CEST 2002


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv5482

Modified Files:
	af.h 
Log Message:
Correcting error in macro

Index: af.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- af.h	3 Oct 2002 12:02:46 -0000	1.3
+++ af.h	3 Oct 2002 12:44:58 -0000	1.4
@@ -164,7 +164,7 @@
    filter doesn't operate on the incoming buffer this macro must be
    called to ensure the buffer is big enough. */
 #define RESIZE_LOCAL_BUFFER(a,d)\
-((af->data->len < af_lencalc(af->mul,data))?af_resize_local_buffer(af,data):AF_OK)
+((a->data->len < af_lencalc(a->mul,d))?af_resize_local_buffer(a,d):AF_OK)
 
 #ifndef min
 #define min(a,b)(((a)>(b))?(b):(a))




More information about the MPlayer-cvslog mailing list