Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-04 19:40:11 +0400
committerClément Bœsch <ubitux@gmail.com>2012-12-04 19:40:11 +0400
commit3b1b8f88b73ea855de86909564713cff709c64e3 (patch)
tree49d494df61d32e9ab2a5589de9c75902dd467649 /ffmpeg.c
parent60c2cddff02345aea9f8443de20c50f529ed211d (diff)
ffmpeg: small indent fix.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}