diff options
Diffstat (limited to 'src/libxineadec/roqaudio.c')
-rw-r--r-- | src/libxineadec/roqaudio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libxineadec/roqaudio.c b/src/libxineadec/roqaudio.c index bf9e3a508..6ed30c42e 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.15 2003/01/08 01:02:31 miguelfreitas Exp $ + * $Id: roqaudio.c,v 1.16 2003/11/15 13:01:22 miguelfreitas Exp $ * */ @@ -83,8 +83,8 @@ static void roqaudio_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) this->size = 0; /* stream/meta info */ - this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] = - strdup("RoQ DPCM Audio"); + xine_set_meta_info(this->stream, XINE_META_INFO_AUDIOCODEC, + "RoQ DPCM Audio"); return; } |