diff options
author | Alex Converse <alex.converse@gmail.com> | 2009-02-19 23:24:41 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2009-02-19 23:24:41 +0000 |
commit | e9259f8d183c9b4d413acccdc8705acba6a656cb (patch) | |
tree | efecdf034dd4637d6a328b59f76745e3bc62eb9c /libavformat/asf.c | |
parent | e7f73adbb8af5de1fd5b73097e816291b1ca6004 (diff) | |
download | ffmpeg-e9259f8d183c9b4d413acccdc8705acba6a656cb.tar.gz |
Re-indent after last commit
Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r-- | libavformat/asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c index 610b655150..bcaf2a1c16 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); |