[FFmpeg-cvslog] r9746 - trunk/ffmpeg.c

alex subversion
Thu Jul 19 02:44:47 CEST 2007


Author: alex
Date: Thu Jul 19 02:44:47 2007
New Revision: 9746

Log:
indentation fix

Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Thu Jul 19 02:44:47 2007
@@ -1881,7 +1881,10 @@ static int av_encode(AVFormatContext **o
         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) {




More information about the ffmpeg-cvslog mailing list