From 570fd9006dcf6f9aaa460e79b93b7ce37f7c6d7b Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 15 Nov 2003 13:01:00 +0000 Subject: more helper functions cleanup (stream info, meta info) CVS patchset: 5731 CVS date: 2003/11/15 13:01:00 --- src/libxineadec/pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxineadec/pcm.c') diff --git a/src/libxineadec/pcm.c b/src/libxineadec/pcm.c index 58b57bd57..122f6c855 100644 --- a/src/libxineadec/pcm.c +++ b/src/libxineadec/pcm.c @@ -74,7 +74,7 @@ static void pcm_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {\ buf->decoder_flags, buf->decoder_info[1], buf->decoder_info[0]); #endif - if (this->stream->stream_info[XINE_STREAM_INFO_AUDIO_MODE] == 0) { + if (xine_get_stream_info(this->stream, XINE_STREAM_INFO_AUDIO_MODE) == 0) { #ifdef LOG printf(__FILE__ ": Someone changed the audio mode. Closing device\r"); #endif -- cgit v1.2.3