1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

avconv: fix broken indentation.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
This commit is contained in:
Anton Khirnov 2011-08-19 17:52:45 +02:00 committed by Alex Converse
parent f21f294e05
commit c093150849

View File

@ -2257,7 +2257,7 @@ static int transcode(OutputFile *output_files,
if (ost->is_past_recording_time || no_packet[ist->file_index] ||
(os->pb && avio_tell(os->pb) >= of->limit_filesize))
continue;
opts = ost->st->pts.val * av_q2d(ost->st->time_base);
opts = ost->st->pts.val * av_q2d(ost->st->time_base);
ipts = ist->pts;
if (!input_files[ist->file_index].eof_reached){
if(ipts < ipts_min) {