summaryrefslogtreecommitdiff
path: root/libavformat/riffenc.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-07-18 05:44:40 -0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-04-04 00:28:28 +0200
commitfa570a5548a39a5d55f68a54766f0d0383776512 (patch)
treeb496e4feb7f5998a868f1c04c9ba70fdb93e8819 /libavformat/riffenc.c
parent121b5b7e0476d22408d748b914799b7c00acc3a4 (diff)
riff: Add ITRK tag
Some players, like foobar2000 or modern versions of WMP, create WAV files using the ITRK tag for track instead of IPRT
Diffstat (limited to 'libavformat/riffenc.c')
-rw-r--r--libavformat/riffenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c
index 98e97c05ed..681a930212 100644
--- a/libavformat/riffenc.c
+++ b/libavformat/riffenc.c
@@ -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", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
+ "IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
{ 0 }
};