diff nutdec.c @ 6038:d0ea87d82842 libavformat

Define ff_nut_video_tags and make Nut muxer and demuxer set it in codec_tag.
author stefano
date Sun, 23 May 2010 18:34:15 +0000
parents 06f15a7a9bb8
children eeb6e3c4c32b
line wrap: on
line diff
--- a/nutdec.c	Sun May 23 13:07:33 2010 +0000
+++ b/nutdec.c	Sun May 23 18:34:15 2010 +0000
@@ -924,5 +924,6 @@
     read_seek,
     .extensions = "nut",
     .metadata_conv = ff_nut_metadata_conv,
+    .codec_tag = (const AVCodecTag * const []) { ff_codec_bmp_tags, ff_nut_video_tags, ff_codec_wav_tags, ff_nut_subtitle_tags, 0 },
 };
 #endif