From 3b1b8f88b73ea855de86909564713cff709c64e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 4 Dec 2012 16:40:11 +0100 Subject: [PATCH] ffmpeg: small indent fix. --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index d59ad650ba..4b278a25f5 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); } }