mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-16 11:00:20 +00:00
avformat/riffenc: added possibility to set first to ninth audio language for RIFF taged files (e.g. avi files)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
2c3d936487
commit
db4c1bee96
@ -304,7 +304,8 @@ void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str)
|
||||
}
|
||||
|
||||
static const char riff_tags[][5] = {
|
||||
"IARL", "IART", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
|
||||
"IARL", "IART", "IAS1", "IAS2", "IAS3", "IAS4", "IAS5", "IAS6", "IAS7",
|
||||
"IAS8", "IAS9", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
|
||||
"IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
|
||||
"IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISMP", "ISRC", "ISRF", "ITCH",
|
||||
{ 0 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user