[FFmpeg-cvslog] r17467 - trunk/libavformat/asf.c
alexc
subversion
Fri Feb 20 00:24:41 CET 2009
Author: alexc
Date: Fri Feb 20 00:24:41 2009
New Revision: 17467
Log:
Re-indent after last commit
Modified:
trunk/libavformat/asf.c
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c Fri Feb 20 00:23:53 2009 (r17466)
+++ trunk/libavformat/asf.c Fri Feb 20 00:24:41 2009 (r17467)
@@ -288,7 +288,7 @@ static int asf_read_header(AVFormatConte
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);
More information about the ffmpeg-cvslog
mailing list