diff options
Diffstat (limited to 'src/libxineadec/roqaudio.c')
-rw-r--r-- | src/libxineadec/roqaudio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxineadec/roqaudio.c b/src/libxineadec/roqaudio.c index 9bca21695..bf9e3a508 100644 --- a/src/libxineadec/roqaudio.c +++ b/src/libxineadec/roqaudio.c @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: roqaudio.c,v 1.14 2002/12/21 12:56:48 miguelfreitas Exp $ + * $Id: roqaudio.c,v 1.15 2003/01/08 01:02:31 miguelfreitas Exp $ * */ @@ -85,7 +85,6 @@ static void roqaudio_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) /* stream/meta info */ this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] = strdup("RoQ DPCM Audio"); - this->stream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1; return; } |