From d24ce947ca25e97c894348e09f11289f1180212a Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Thu, 19 Jul 2007 00:44:47 +0000
Subject: [PATCH] indentation fix

Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 ffmpeg.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index dcb78c229d8..fa564fa5afe 100644
--- 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) {
-- 
GitLab