diff nutenc.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 c7b98381ec2d
children 0475ccdb762d
line wrap: on
line diff
--- a/nutenc.c	Sun May 23 13:07:33 2010 +0000
+++ b/nutenc.c	Sun May 23 18:34:15 2010 +0000
@@ -824,6 +824,6 @@
     write_packet,
     write_trailer,
     .flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
-    .codec_tag= (const AVCodecTag* const []){ff_codec_bmp_tags, ff_codec_wav_tags, ff_nut_subtitle_tags, 0},
+    .codec_tag = (const AVCodecTag * const []){ ff_codec_bmp_tags, ff_nut_video_tags, ff_codec_wav_tags, ff_nut_subtitle_tags, 0 },
     .metadata_conv = ff_nut_metadata_conv,
 };