]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aiff.h
Display a more descriptive log message when probe buffer limit is
[ffmpeg] / libavformat / aiff.h
index 5f86a378e9af12607ca589b268186efbebdc9532..047f81dc1d8c80e8dee0575765ef0506e92ee1d1 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavformat/aiff.h
+ * @file
  * common header for AIFF muxer and demuxer
  */
 
@@ -46,7 +46,8 @@ 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') },
-    { 0, 0 },
+    { CODEC_ID_QCELP,        MKTAG('Q','c','l','p') },
+    { CODEC_ID_NONE,         0 },
 };
 
 #endif /* AVFORMAT_AIFF_H */