mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
e772e253cb
commit
cccb7cf44e
4 changed files with 5 additions and 2 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue