[SCM] libav/experimental: reindent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 35eab0c043d384bc5d50165f21310bbe2ca98cb9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Sep 26 17:27:08 2006 +0000

    reindent
    
    Originally committed as revision 6342 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 910aaca..d1166f3 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -1812,11 +1812,11 @@ int av_find_stream_info(AVFormatContext *ic)
                 break;
             }
         }
-            /* we did not get all the codec info, but we read too much data */
-            if (read_size >= MAX_READ_SIZE) {
-                ret = count;
-                break;
-            }
+        /* we did not get all the codec info, but we read too much data */
+        if (read_size >= MAX_READ_SIZE) {
+            ret = count;
+            break;
+        }
 
         /* NOTE: a new stream can be added there if no header in file
            (AVFMTCTX_NOHEADER) */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list