projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
export a few more codec_tag-codec_id tables
[ffmpeg.git]
/
libavformat
/
vocdec.c
diff --git
a/libavformat/vocdec.c
b/libavformat/vocdec.c
index
6a78692
..
f13120e
100644
(file)
--- a/
libavformat/vocdec.c
+++ b/
libavformat/vocdec.c
@@
-152,4
+152,5
@@
AVInputFormat voc_demuxer = {
voc_read_header,
voc_read_packet,
voc_read_close,
+ .codec_tag={voc_codec_tags},
};