From: alexc Date: Thu, 19 Feb 2009 23:24:41 +0000 (+0000) Subject: Re-indent after last commit X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/91d4e7adbf3a1b71fa317c4e109ab1f1d460b49f Re-indent after last commit git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17467 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavformat/asf.c b/libavformat/asf.c index 610b65515..bcaf2a1c1 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);