]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aiff.h
Make ff_interleave_compare_dts static to utils.c.
[ffmpeg] / libavformat / aiff.h
index e8d4cce5e230d99256e2b9cdfd1f66b983e24771..047f81dc1d8c80e8dee0575765ef0506e92ee1d1 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavformat/aiff.h
+ * @file
  * common header for AIFF muxer and demuxer
  */
 
@@ -46,6 +46,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = {
     { CODEC_ID_PCM_S16LE,    MKTAG('s','o','w','t') },
     { CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') },
     { CODEC_ID_QDM2,         MKTAG('Q','D','M','2') },
+    { CODEC_ID_QCELP,        MKTAG('Q','c','l','p') },
     { CODEC_ID_NONE,         0 },
 };