[FFmpeg-cvslog] r13407 - trunk/libavformat/oggparseogm.c
jbr
subversion
Mon May 26 02:45:03 CEST 2008
Author: jbr
Date: Mon May 26 02:45:02 2008
New Revision: 13407
Log:
parse audio in ogm demuxer.
fixes issue165.
Modified:
trunk/libavformat/oggparseogm.c
Modified: trunk/libavformat/oggparseogm.c
==============================================================================
--- trunk/libavformat/oggparseogm.c (original)
+++ trunk/libavformat/oggparseogm.c Mon May 26 02:45:02 2008
@@ -68,6 +68,7 @@ ogm_header(AVFormatContext *s, int idx)
acid[4] = 0;
cid = strtol(acid, NULL, 16);
st->codec->codec_id = codec_get_id(codec_wav_tags, cid);
+ st->need_parsing = AVSTREAM_PARSE_FULL;
}
p += 4; /* useless size field */
More information about the ffmpeg-cvslog
mailing list