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/gxfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gxfenc.c') diff --git a/libavformat/gxfenc.c b/libavformat/gxfenc.c index fef5ec1..ab44f5a 100644 --- a/libavformat/gxfenc.c +++ b/libavformat/gxfenc.c @@ -85,7 +85,7 @@ static const GXF_Lines gxf_lines_tab[] = { { 720, 6 }, }; -static const CodecTag gxf_media_types[] = { +static const AVCodecTag gxf_media_types[] = { { CODEC_ID_MJPEG , 3 }, /* NTSC */ { CODEC_ID_MJPEG , 4 }, /* PAL */ { CODEC_ID_PCM_S24LE , 9 }, -- cgit v1.1