diff libnut.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 72cb68e511e4
children 35cf5d513830
line wrap: on
line diff
--- a/libnut.c	Sat Jan 20 23:09:27 2007 +0000
+++ b/libnut.c	Sun Jan 21 01:39:17 2007 +0000
@@ -10,7 +10,7 @@
     nut_stream_header_t * s;
 } NUTContext;
 
-static const CodecTag nut_tags[] = {
+static const AVCodecTag nut_tags[] = {
     { CODEC_ID_MPEG4,  MKTAG('m', 'p', '4', 'v') },
     { CODEC_ID_MP3,    MKTAG('m', 'p', '3', ' ') },
     { CODEC_ID_VORBIS, MKTAG('v', 'r', 'b', 's') },