diff options
Diffstat (limited to 'src/libxineadec/interplayaudio.c')
-rw-r--r-- | src/libxineadec/interplayaudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/interplayaudio.c b/src/libxineadec/interplayaudio.c index e1057766f..41680ee98 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.3 2003/11/15 13:01:20 miguelfreitas Exp $ + * $Id: interplayaudio.c,v 1.4 2003/11/16 23:33:47 f1rmb Exp $ */ #include <stdio.h> @@ -137,7 +137,7 @@ 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 */ - xine_set_meta_info(this->stream, XINE_META_INFO_AUDIOCODEC, + _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC, "Interplay MVE DPCM"); return; |