[FFmpeg-cvslog] r9758 - trunk/ffmpeg.c

diego subversion
Thu Jul 19 16:48:39 CEST 2007


Author: diego
Date: Thu Jul 19 16:48:38 2007
New Revision: 9758

Log:
cosmetics: indentation


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Thu Jul 19 16:48:38 2007
@@ -608,8 +608,8 @@ static void pre_process_video_frame(AVIn
     }
 
     if (ENABLE_VHOOK)
-    frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
-                       1000000 * ist->pts / AV_TIME_BASE);
+        frame_hook_process(picture2, dec->pix_fmt, dec->width, dec->height,
+                           1000000 * ist->pts / AV_TIME_BASE);
 
     if (picture != picture2)
         *picture = *picture2;




More information about the ffmpeg-cvslog mailing list