[SCM] libav/experimental: Reindent after r14059, see "[PATCH] allow empty params for av_open_input_stream()".

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:40 UTC 2013


The following commit has been merged in the experimental branch:
commit 1e2802c5cf65bab457e6bb8c9f13d6c57c1d5b93
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Thu Jul 3 12:12:03 2008 +0000

    Reindent after r14059, see "[PATCH] allow empty params for
    av_open_input_stream()".
    
    Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 794baba..affb912 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -395,9 +395,9 @@ int av_open_input_stream(AVFormatContext **ic_ptr,
     }
 
     if (ic->iformat->read_header) {
-    err = ic->iformat->read_header(ic, ap);
-    if (err < 0)
-        goto fail;
+        err = ic->iformat->read_header(ic, ap);
+        if (err < 0)
+            goto fail;
     }
 
     if (pb && !ic->data_offset)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list