summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-19 14:48:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-19 14:48:38 +0000
commit390d5a7cad1265cf926a682dffb850685f36b775 (patch)
tree01d4300ca51f8d9b0bbd28c2089487433eda9152
parentd0f596b4efccb1388ed7dea971a9f8b8cabc39c4 (diff)
cosmetics: indentation
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--ffmpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 93600f032d..5087b7262a 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;