Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-21 05:12:34 +0300
committerMichael Niedermayer <michaelni@gmx.at>2007-01-21 05:12:34 +0300
commitedb6e506828cc0ebbbf3c45701479ddab17045be (patch)
tree9086f7e91a17076cb14ff7fad5e07a274a35c748 /libavformat/vocdec.c
parent7caf0cc62cad8a5548c3e7e0b35ead00584100c8 (diff)
export a few more codec_tag-codec_id tables
Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/vocdec.c')
-rw-r--r--libavformat/vocdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/vocdec.c b/libavformat/vocdec.c
index 6a78692278..f13120ef11 100644
--- 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},
};