Browse Source

riff: add ISMP/timecode tag

tags/n2.3
Clément Bœsch Vittorio Giovara 13 years ago
parent
commit
235bf1dab5
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      libavformat/riff.c
  2. +1
    -1
      libavformat/riffenc.c

+ 1
- 0
libavformat/riff.c View File

@@ -394,6 +394,7 @@ const AVMetadataConv ff_riff_info_conv[] = {
{ "IPRT", "track" },
{ "ITRK", "track" },
{ "ISFT", "encoder" },
{ "ISMP", "timecode" },
{ "ITCH", "encoded_by" },
{ 0 },
};


+ 1
- 1
libavformat/riffenc.c View File

@@ -257,7 +257,7 @@ 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",
"IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
"IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
"IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISMP", "ISRC", "ISRF", "ITCH",
{ 0 }
};



Loading…
Cancel
Save