diff gxfenc.c @ 1677:2a85c82b8538 libavformat

add codec_id <-> codec_tag tables to AVIn/OutputFormat
author michael
date Sun, 21 Jan 2007 01:39:17 +0000
parents 98ef8d631737
children 3590d0e5661b
line wrap: on
line diff
--- a/gxfenc.c	Sat Jan 20 23:09:27 2007 +0000
+++ b/gxfenc.c	Sun Jan 21 01:39:17 2007 +0000
@@ -85,7 +85,7 @@
     { 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 },