diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-19 17:52:45 +0200 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-08-19 15:35:20 -0700 |
commit | c09315084973fb9ee1c2cfdd385d0f35723ed29a (patch) | |
tree | b9921f54f7feb0f876b48ee0c2357979f1b92015 /avconv.c | |
parent | f21f294e05a6f0a06910236707bdfc82b4432487 (diff) | |
download | ffmpeg-c09315084973fb9ee1c2cfdd385d0f35723ed29a.tar.gz |
avconv: fix broken indentation.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |