mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat/rso: Deduplicate codec tags list
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user