mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08: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