Commit 46f863e0 authored by alex's avatar alex

indentation fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9746 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 40a335dc
...@@ -1881,7 +1881,10 @@ static int av_encode(AVFormatContext **output_files, ...@@ -1881,7 +1881,10 @@ static int av_encode(AVFormatContext **output_files,
is = input_files[file_index]; is = input_files[file_index];
if (av_read_frame(is, &pkt) < 0) { if (av_read_frame(is, &pkt) < 0) {
file_table[file_index].eof_reached = 1; file_table[file_index].eof_reached = 1;
if (opt_shortest) break; else continue; // if (opt_shortest)
break;
else
continue;
} }
if (do_pkt_dump) { if (do_pkt_dump) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment