From 390d5a7cad1265cf926a682dffb850685f36b775 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 19 Jul 2007 14:48:38 +0000
Subject: [PATCH] cosmetics: indentation

Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 ffmpeg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 93600f032d3..5087b7262ab 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;
-- 
GitLab