summaryrefslogtreecommitdiff
path: root/src/libxineadec/roqaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/roqaudio.c')
-rw-r--r--src/libxineadec/roqaudio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/roqaudio.c b/src/libxineadec/roqaudio.c
index 6ed30c42e..e446c7051 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.16 2003/11/15 13:01:22 miguelfreitas Exp $
+ * $Id: roqaudio.c,v 1.17 2003/11/16 23:33:47 f1rmb Exp $
*
*/
@@ -83,7 +83,7 @@ static void roqaudio_decode_data (audio_decoder_t *this_gen, buf_element_t *buf)
this->size = 0;
/* stream/meta info */
- xine_set_meta_info(this->stream, XINE_META_INFO_AUDIOCODEC,
+ _x_meta_info_set(this->stream, XINE_META_INFO_AUDIOCODEC,
"RoQ DPCM Audio");
return;