summaryrefslogtreecommitdiff
path: root/libavformat/caf.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-06-19 18:51:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-06-19 18:51:39 +0200
commite274113292ac2a135cd6aea790631693670fe961 (patch)
treef81bb8c64ae7f5b43a05bc1bc38134a25ab8f2ce /libavformat/caf.c
parent5f5a97dc3d291d2dba63b8cbefd4d6e8b3a9db16 (diff)
lavc/cafenc: Allow QDMC muxing.
Diffstat (limited to 'libavformat/caf.c')
-rw-r--r--libavformat/caf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/caf.c b/libavformat/caf.c
index 00854615ca..c05fb8087c 100644
--- a/libavformat/caf.c
+++ b/libavformat/caf.c
@@ -55,7 +55,7 @@ const AVCodecTag ff_codec_caf_tags[] = {
{ AV_CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') },
{ AV_CODEC_ID_QCELP, MKTAG('Q','c','l','p') },
{ AV_CODEC_ID_QDM2, MKTAG('Q','D','M','2') },
- { AV_CODEC_ID_QDM2, MKTAG('Q','D','M','C') },
+ { AV_CODEC_ID_QDMC, MKTAG('Q','D','M','C') },
/* currently unsupported codecs */
/*{ AC-3 over S/PDIF MKTAG('c','a','c','3') },*/
/*{ MPEG4CELP MKTAG('c','e','l','p') },*/