[SCM] libav/experimental: Re-indent after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:38:56 UTC 2013


The following commit has been merged in the experimental branch:
commit e9259f8d183c9b4d413acccdc8705acba6a656cb
Author: Alex Converse <alex.converse at gmail.com>
Date:   Thu Feb 19 23:24:41 2009 +0000

    Re-indent after last commit
    
    Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/asf.c b/libavformat/asf.c
index 610b655..bcaf2a1 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -288,7 +288,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
                 if (st->codec->codec_id == CODEC_ID_AAC) {
                     st->need_parsing = AVSTREAM_PARSE_NONE;
                 } else {
-                st->need_parsing = AVSTREAM_PARSE_FULL;
+                    st->need_parsing = AVSTREAM_PARSE_FULL;
                 }
                 /* We have to init the frame size at some point .... */
                 pos2 = url_ftell(pb);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list