diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-30 15:59:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-30 18:08:23 +0200 |
commit | d73e8cab028e919e2b04ce9bf9ddbf53bd43596b (patch) | |
tree | c4c4da3bfa9300a0fff07c24786da1c3818d7bc3 /ffmpeg.c | |
parent | 877ba7b4bd1703500ed6e9a3f21497b34a49a2ad (diff) | |
download | ffmpeg-d73e8cab028e919e2b04ce9bf9ddbf53bd43596b.tar.gz |
ffmpeg: fix broken indentation.
Signed-off-by: Alex Converse <alex.converse@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2388,7 +2388,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) { |