avformat/rso: Deduplicate codec tags list

Also saves a relocation.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt
2021-02-18 01:46:05 +01:00
parent e772e253cb
commit cccb7cf44e
4 changed files with 5 additions and 2 deletions

View File

@@ -28,3 +28,5 @@ const AVCodecTag ff_codec_rso_tags[] = {
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0101 },
{ AV_CODEC_ID_NONE, 0 },
};
const AVCodecTag *const ff_rso_codec_tags_list[] = { ff_codec_rso_tags, NULL };