summaryrefslogtreecommitdiff
path: root/src/libxineadec/logpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/logpcm.c')
-rw-r--r--src/libxineadec/logpcm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxineadec/logpcm.c b/src/libxineadec/logpcm.c
index 1167dd228..3ff15fb0b 100644
--- a/src/libxineadec/logpcm.c
+++ b/src/libxineadec/logpcm.c
@@ -30,7 +30,7 @@
* http://sox.sourceforge.net/
* which listed the code as being lifted from Sun Microsystems.
*
- * $Id: logpcm.c,v 1.11 2002/12/21 12:56:48 miguelfreitas Exp $
+ * $Id: logpcm.c,v 1.12 2003/01/08 01:02:31 miguelfreitas Exp $
*
*/
@@ -163,7 +163,6 @@ static void logpcm_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] =
(buf->type == BUF_AUDIO_MULAW) ? strdup("mu-law log PCM") :
strdup("A-law log PCM");
- this->stream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1;
/* pre-calculate the possible log values */
if (buf->type == BUF_AUDIO_MULAW)