Commit 3b1b8f88 authored by Clément Bœsch's avatar Clément Bœsch

ffmpeg: small indent fix.

parent 60c2cddf
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment