[Ffmpeg-cvslog] r8267 - trunk/ffmpeg.c

michael subversion
Mon Mar 5 22:02:15 CET 2007


Author: michael
Date: Mon Mar  5 22:02:14 2007
New Revision: 8267

Modified:
   trunk/ffmpeg.c

Log:
indention


Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Mon Mar  5 22:02:14 2007
@@ -3808,8 +3808,8 @@ int main(int argc, char **argv)
 
     av_free_static();
 
-        av_free(intra_matrix);
-        av_free(inter_matrix);
+    av_free(intra_matrix);
+    av_free(inter_matrix);
 
 #ifdef CONFIG_POWERPC_PERF
     extern void powerpc_display_perf_report(void);




More information about the ffmpeg-cvslog mailing list