# HG changeset patch # User alexc # Date 1235085881 0 # Node ID 20c095d77b926e67770e2962ddb5b69db99ed14e # Parent 6b77e9f5b682ff612bdf05f85bf12ddb3ebc4d52 Re-indent after last commit diff -r 6b77e9f5b682 -r 20c095d77b92 asf.c --- 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);