ffmpeg: fix broken indentation.

Signed-off-by: Alex Converse <alex.converse@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/2/head
Anton Khirnov 13 years ago committed by Michael Niedermayer
parent 877ba7b4bd
commit d73e8cab02
  1. 2
      ffmpeg.c

@ -2388,7 +2388,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) {

Loading…
Cancel
Save