]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/asf.c
Re-indent after last commit
[frescor/ffmpeg.git] / libavformat / asf.c
index 610b655150a2238c7056310ae4cca3026100e6b1..bcaf2a1c165ea69fd9bcae03866a254aa8f0ca84 100644 (file)
@@ -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);