diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-19 00:44:47 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-07-19 00:44:47 +0000 |
commit | d24ce947ca25e97c894348e09f11289f1180212a (patch) | |
tree | 702fc1cb7d6e035eeebd561bd4c79a229908ebfc /ffmpeg.c | |
parent | 6c4d4fa361c874993aa9fb58c44bed6a9fec45b7 (diff) | |
download | ffmpeg-d24ce947ca25e97c894348e09f11289f1180212a.tar.gz |
indentation fix
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1881,7 +1881,10 @@ static int av_encode(AVFormatContext **output_files, is = input_files[file_index]; if (av_read_frame(is, &pkt) < 0) { file_table[file_index].eof_reached = 1; - if (opt_shortest) break; else continue; // + if (opt_shortest) + break; + else + continue; } if (do_pkt_dump) { |