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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/logpcm.c b/src/libxineadec/logpcm.c
index b8ecf42c1..a980806fb 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.17 2003/12/14 22:13:24 siggi Exp $
+ * $Id: logpcm.c,v 1.18 2004/01/09 01:26:34 miguelfreitas Exp $
*
*/
@@ -151,7 +151,7 @@ static void logpcm_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
int i;
int bytes_to_send;
- if (buf->decoder_flags & BUF_FLAG_HEADER) {
+ if (buf->decoder_flags & BUF_FLAG_STDHEADER) {
this->samplerate = buf->decoder_info[1];
this->output_channels = buf->decoder_info[3];