mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
avformat/oma: Deduplicate codec tags list
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@ -621,5 +621,5 @@ AVInputFormat ff_oma_demuxer = {
|
||||
.read_close = oma_read_close,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.extensions = "oma,omg,aa3",
|
||||
.codec_tag = (const AVCodecTag* const []){ff_oma_codec_tags, 0},
|
||||
.codec_tag = ff_oma_codec_tags_list,
|
||||
};
|
||||
|
Reference in New Issue
Block a user