changeset 35613:4bcf4d38c8ad

Support decoding lbc files. Reported-by: bat guano, batguano999 hotmail
author cehoyos
date Sun, 23 Dec 2012 01:25:26 +0000
parents 488b3fea696d
children cd707857326e
files libmpdemux/mp_taglists.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Sat Dec 22 17:53:30 2012 +0000
+++ b/libmpdemux/mp_taglists.c	Sun Dec 23 01:25:26 2012 +0000
@@ -56,6 +56,7 @@
 #endif
     { CODEC_ID_G723_1,            MKTAG('7', '2', '3', '1')},
     { CODEC_ID_INTERPLAY_DPCM,    MKTAG('I', 'N', 'P', 'A')},
+    { AV_CODEC_ID_ILBC,           MKTAG('i', 'l', 'b', 'c')},
     { CODEC_ID_MLP,               MKTAG('M', 'L', 'P', ' ')},
     { CODEC_ID_MP1,               0x50},
     { CODEC_ID_MP4ALS,            MKTAG('A', 'L', 'S', ' ')},