diff asf.c @ 4546:20c095d77b92 libavformat

Re-indent after last commit
author alexc
date Thu, 19 Feb 2009 23:24:41 +0000
parents 6b77e9f5b682
children
line wrap: on
line diff
--- a/asf.c	Thu Feb 19 23:23:53 2009 +0000
+++ b/asf.c	Thu Feb 19 23:24:41 2009 +0000
@@ -288,7 +288,7 @@
                 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);