summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2003-10-28 20:18:06 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2003-10-28 20:18:06 +0000
commitfcdb982deebb5deabfb0070aad756a1ea0335c99 (patch)
tree0f99e579525b1ff29d8ec09b85cff85dadd723e6 /src
parent4d113f8ba7f2f23da5b235f1d263ac5d9f210f42 (diff)
downloadxine-lib-fcdb982deebb5deabfb0070aad756a1ea0335c99.tar.gz
xine-lib-fcdb982deebb5deabfb0070aad756a1ea0335c99.tar.bz2
Disable decoding of 14.4 and 28.8 codecs as they don't seem to work and we have native decoders anyway
CVS patchset: 5630 CVS date: 2003/10/28 20:18:06
Diffstat (limited to 'src')
-rw-r--r--src/libreal/audio_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libreal/audio_decoder.c b/src/libreal/audio_decoder.c
index 8f69ff859..2f093b0e6 100644
--- a/src/libreal/audio_decoder.c
+++ b/src/libreal/audio_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_decoder.c,v 1.26 2003/08/25 21:51:42 f1rmb Exp $
+ * $Id: audio_decoder.c,v 1.27 2003/10/28 20:18:06 jstembridge Exp $
*
* thin layer to use real binary-only codecs in xine
*
@@ -731,7 +731,7 @@ static void *init_class (xine_t *xine, void *data) {
*/
static uint32_t audio_types[] = {
- BUF_AUDIO_COOK, BUF_AUDIO_ATRK, BUF_AUDIO_14_4, BUF_AUDIO_28_8, BUF_AUDIO_SIPRO, 0
+ BUF_AUDIO_COOK, BUF_AUDIO_ATRK, /* BUF_AUDIO_14_4, BUF_AUDIO_28_8, */ BUF_AUDIO_SIPRO, 0
};
static decoder_info_t dec_info_audio = {