1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-01 08:49:59 +02:00

indentation fix

Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-07-19 00:44:47 +00:00
parent 6c4d4fa361
commit d24ce947ca

View File

@ -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) {