From edb6e506828cc0ebbbf3c45701479ddab17045be Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 21 Jan 2007 02:12:34 +0000 Subject: export a few more codec_tag-codec_id tables Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/vocdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/vocdec.c') 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}, }; -- cgit v1.2.3