riff: add ISMP/timecode tag.
This commit is contained in:
committed by
Clément Bœsch
parent
0478d5f9fe
commit
9846a9c701
@@ -389,6 +389,7 @@ const AVMetadataConv ff_riff_info_conv[] = {
|
||||
{ "IPRD", "album" },
|
||||
{ "IPRT", "track" },
|
||||
{ "ISFT", "encoder" },
|
||||
{ "ISMP", "timecode" },
|
||||
{ "ITCH", "encoded_by"},
|
||||
{ 0 },
|
||||
};
|
||||
@@ -396,7 +397,7 @@ const AVMetadataConv ff_riff_info_conv[] = {
|
||||
const char ff_riff_tags[][5] = {
|
||||
"IARL", "IART", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
|
||||
"IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
|
||||
"IPRT", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
|
||||
"IPRT", "ISBJ", "ISFT", "ISHP", "ISMP", "ISRC", "ISRF", "ITCH",
|
||||
{0}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user