[Ffmpeg-cvslog] r6537 - trunk/libpostproc/postprocess.c

michael subversion
Tue Oct 3 19:24:07 CEST 2006


Author: michael
Date: Tue Oct  3 19:24:07 2006
New Revision: 6537

Modified:
   trunk/libpostproc/postprocess.c

Log:
1000000l for lu_zero (commiting untested? code)


Modified: trunk/libpostproc/postprocess.c
==============================================================================
--- trunk/libpostproc/postprocess.c	(original)
+++ trunk/libpostproc/postprocess.c	Tue Oct  3 19:24:07 2006
@@ -957,7 +957,7 @@
 }
 
 static void reallocAlign(void **p, int alignment, int size){
-        av_free(p);
+        av_free(*p);
         *p= av_mallocz(size);
 }
 




More information about the ffmpeg-cvslog mailing list