Browse Source

indentation fix

Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 18 years ago
parent
commit
d24ce947ca
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      ffmpeg.c

+ 4
- 1
ffmpeg.c 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) {


Loading…
Cancel
Save