[SCM] libav/experimental: cosmetics: indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:04:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 390d5a7cad1265cf926a682dffb850685f36b775
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jul 19 14:48:38 2007 +0000

    cosmetics: indentation
    
    Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/ffmpeg.c b/ffmpeg.c
index 93600f0..5087b72 100644
--- 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list