mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
avformat/wav: Deduplicate codec tags lists
Also saves relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user