diff options
Diffstat (limited to 'src/libxineadec/interplayaudio.c')
-rw-r--r-- | src/libxineadec/interplayaudio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libxineadec/interplayaudio.c b/src/libxineadec/interplayaudio.c index 71cfa0bc5..e1057766f 100644 --- a/src/libxineadec/interplayaudio.c +++ b/src/libxineadec/interplayaudio.c @@ -21,7 +21,7 @@ * For more information regarding the Interplay MVE file format, visit: * http://www.pcisys.net/~melanson/codecs/ * - * $Id: interplayaudio.c,v 1.2 2003/01/08 01:02:31 miguelfreitas Exp $ + * $Id: interplayaudio.c,v 1.3 2003/11/15 13:01:20 miguelfreitas Exp $ */ #include <stdio.h> @@ -137,7 +137,8 @@ static void interplay_decode_data (audio_decoder_t *this_gen, buf_element_t *buf this->size = 0; /* take this opportunity to initialize stream/meta information */ - this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] = strdup("Interplay MVE DPCM"); + xine_set_meta_info(this->stream, XINE_META_INFO_AUDIOCODEC, + "Interplay MVE DPCM"); return; } |