git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8b9377
)
parse audio in ogm demuxer.
author
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 26 May 2008 00:45:02 +0000
(
00:45
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Mon, 26 May 2008 00:45:02 +0000
(
00:45
+0000)
fixes issue165.
Originally committed as revision 13407 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/oggparseogm.c
patch
|
blob
|
history
diff --git
a/libavformat/oggparseogm.c
b/libavformat/oggparseogm.c
index
6067f95
..
af1e4cf
100644
(file)
--- a/
libavformat/oggparseogm.c
+++ b/
libavformat/oggparseogm.c
@@
-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 */