Commit c0931508 authored by Anton Khirnov's avatar Anton Khirnov Committed by Alex Converse

avconv: fix broken indentation.

Signed-off-by: 's avatarAlex Converse <alex.converse@gmail.com>
parent f21f294e
...@@ -2257,7 +2257,7 @@ static int transcode(OutputFile *output_files, ...@@ -2257,7 +2257,7 @@ static int transcode(OutputFile *output_files,
if (ost->is_past_recording_time || no_packet[ist->file_index] || if (ost->is_past_recording_time || no_packet[ist->file_index] ||
(os->pb && avio_tell(os->pb) >= of->limit_filesize)) (os->pb && avio_tell(os->pb) >= of->limit_filesize))
continue; 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; ipts = ist->pts;
if (!input_files[ist->file_index].eof_reached){ if (!input_files[ist->file_index].eof_reached){
if(ipts < ipts_min) { if(ipts < ipts_min) {
......
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