diff swf.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 a782462e2497
children 6b76db126b72
line wrap: on
line diff
--- a/swf.c	Sat Jan 20 23:09:27 2007 +0000
+++ b/swf.c	Sun Jan 21 01:39:17 2007 +0000
@@ -80,7 +80,7 @@
     int audio_type;
 } SWFContext;
 
-static const CodecTag swf_codec_tags[] = {
+static const AVCodecTag swf_codec_tags[] = {
     {CODEC_ID_FLV1, 0x02},
     {CODEC_ID_VP6F, 0x04},
     {0, 0},