You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02: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