[FFmpeg-cvslog] ffmpeg: small indent fix.

Clément Bœsch git at videolan.org
Tue Dec 4 16:40:21 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Dec  4 16:40:11 2012 +0100| [3b1b8f88b73ea855de86909564713cff709c64e3] | committer: Clément Bœsch

ffmpeg: small indent fix.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b1b8f88b73ea855de86909564713cff709c64e3
---

 ffmpeg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index d59ad65..4b278a2 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1305,7 +1305,7 @@ static void flush_encoders(void)
                     pkt.duration = av_rescale_q(pkt.duration, enc->time_base, ost->st->time_base);
                 write_frame(os, &pkt, ost);
                 if (ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO && vstats_filename) {
-                  do_video_stats(ost, pkt.size);
+                    do_video_stats(ost, pkt.size);
                 }
             }
 



More information about the ffmpeg-cvslog mailing list