summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-03-07 23:57:14 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-03-07 23:57:14 +0100
commit51bcc0bf38d87d2be6d3b5dfc5d2632fac9c51b7 (patch)
tree84be56f5019a374ac05a3c06813f53ce3a1ab39b /libavformat/riff.c
parentda904faaa546afb7dfae9e7633028469a2670937 (diff)
lavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index cf5a2ffa5a..2641a531ec 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -113,6 +113,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_MPEG4, MKTAG('G', 'L', 'V', '4') },
{ AV_CODEC_ID_MPEG4, MKTAG('G', 'M', 'P', '4') }, /* GeoVision camera */
{ AV_CODEC_ID_MPEG4, MKTAG('M', 'N', 'M', '4') }, /* March Networks DVR */
+ { AV_CODEC_ID_MPEG4, MKTAG('G', 'T', 'M', '4') }, /* Telefactor */
{ AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
{ AV_CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') },
{ AV_CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') },