indentation fix
authorAlex Beregszaszi <alex@rtfs.hu>
Thu, 19 Jul 2007 00:44:47 +0000 (00:44 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Thu, 19 Jul 2007 00:44:47 +0000 (00:44 +0000)
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index dcb78c2..fa564fa 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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) {