From 7caf0cc62cad8a5548c3e7e0b35ead00584100c8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 21 Jan 2007 01:39:17 +0000 Subject: add codec_id <-> codec_tag tables to AVIn/OutputFormat Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/voc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/voc.h') diff --git a/libavformat/voc.h b/libavformat/voc.h index 16adb00782..9b2bb8cce1 100644 --- a/libavformat/voc.h +++ b/libavformat/voc.h @@ -43,7 +43,7 @@ typedef enum voc_type { } voc_type_t; extern const unsigned char voc_magic[21]; -extern const CodecTag voc_codec_tags[]; +extern const AVCodecTag voc_codec_tags[]; int voc_get_packet(AVFormatContext *s, AVPacket *pkt, AVStream *st, int max_size); -- cgit v1.2.3