cosmetics: indentation
authorDiego Biurrun <diego@biurrun.de>
Thu, 19 Jul 2007 14:48:38 +0000 (14:48 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 19 Jul 2007 14:48:38 +0000 (14:48 +0000)
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index 93600f0..5087b72 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -608,8 +608,8 @@ static void pre_process_video_frame(AVInputStream *ist, AVPicture *picture, void
     }
 
     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;