]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/riff.c
avformat/avio: Add Metacube support
[ffmpeg] / libavformat / riff.c
index eee78c229cdcf8db1e7b97893ccba2d81570d8b1..270ff7c02428d92cf03b8caeaf388915365e10a0 100644 (file)
@@ -596,6 +596,10 @@ const AVCodecTag *const ff_riff_codec_tags_list[] = {
 };
 #endif
 
+#if CONFIG_WAV_DEMUXER || CONFIG_WAV_MUXER || CONFIG_W64_DEMUXER || CONFIG_W64_MUXER
+const AVCodecTag *const ff_wav_codec_tags_list[] = { ff_codec_wav_tags, NULL };
+#endif
+
 const AVMetadataConv ff_riff_info_conv[] = {
     { "IART", "artist"     },
     { "ICMT", "comment"    },