From 20b46c0027d3a0d64276a408a54e1c7cb8aef4ae Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Fri, 13 Sep 2002 03:03:42 +0000 Subject: reinstate some codec formats lost in API transition CVS patchset: 2657 CVS date: 2002/09/13 03:03:42 --- src/libxineadec/adpcm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libxineadec') diff --git a/src/libxineadec/adpcm.c b/src/libxineadec/adpcm.c index f556e599c..1269f19ed 100644 --- a/src/libxineadec/adpcm.c +++ b/src/libxineadec/adpcm.c @@ -24,7 +24,7 @@ * formats can be found here: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: adpcm.c,v 1.15 2002/09/05 22:19:01 mroi Exp $ + * $Id: adpcm.c,v 1.16 2002/09/13 03:03:42 tmmm Exp $ */ #include @@ -1153,7 +1153,8 @@ static void *init_audio_decoder_plugin (xine_t *xine, void *data) { static uint32_t audio_types[] = { BUF_AUDIO_MSADPCM, BUF_AUDIO_MSIMAADPCM, BUF_AUDIO_QTIMAADPCM, BUF_AUDIO_DK3ADPCM, - BUF_AUDIO_DK4ADPCM, 0 + BUF_AUDIO_DK4ADPCM, BUF_AUDIO_SMJPEG_IMA, + BUF_AUDIO_VQA_IMA, 0 }; static decoder_info_t dec_info_audio = { -- cgit v1.2.3