You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-20 06:16:02 +02:00
indentation fix
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
5
ffmpeg.c
5
ffmpeg.c
@ -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) {
|
||||||
|
Reference in New Issue
Block a user