1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

ffmpeg: small indent fix.

This commit is contained in:
Clément Bœsch 2012-12-04 16:40:11 +01:00
parent 60c2cddff0
commit 3b1b8f88b7

View File

@ -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);
}
}