diff libmpdemux/mp_taglists.c @ 35141:ef73eb8a2c43

Support FFmpeg's TAK decoder. Patch by Xidorn Quan, quanxunzhen gmail
author cehoyos
date Mon, 08 Oct 2012 11:36:22 +0000
parents 2a982b69303b
children 130cdc6e5a00
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Sun Oct 07 19:15:16 2012 +0000
+++ b/libmpdemux/mp_taglists.c	Mon Oct 08 11:36:22 2012 +0000
@@ -69,6 +69,7 @@
     { CODEC_ID_ROQ_DPCM,          MKTAG('R', 'o', 'Q', 'A')},
     { CODEC_ID_SHORTEN,           MKTAG('s', 'h', 'r', 'n')},
     { CODEC_ID_SPEEX,             MKTAG('s', 'p', 'x', ' ')},
+    { AV_CODEC_ID_TAK,            MKTAG('T', 'A', 'K', ' ')},
     { CODEC_ID_TTA,               MKTAG('T', 'T', 'A', '1')},
     { CODEC_ID_TWINVQ,            MKTAG('T', 'W', 'I', '2')},
 #if LIBAVUTIL_VERSION_MICRO >= 100