Define ff_nut_video_tags and make Nut muxer and demuxer set it in
codec_tag. Originally committed as revision 23259 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -924,5 +924,6 @@ AVInputFormat nut_demuxer = {
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user