diff options
Diffstat (limited to 'src/libxineadec/gsm610.c')
-rw-r--r-- | src/libxineadec/gsm610.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libxineadec/gsm610.c b/src/libxineadec/gsm610.c index 2a4b5f619..e4c037aa7 100644 --- a/src/libxineadec/gsm610.c +++ b/src/libxineadec/gsm610.c @@ -44,7 +44,7 @@ * Carsten Bormann * -------------------------------------------------------------------- * - * $Id: gsm610.c,v 1.8 2003/01/08 01:02:31 miguelfreitas Exp $ + * $Id: gsm610.c,v 1.9 2003/11/15 13:01:20 miguelfreitas Exp $ * */ @@ -109,7 +109,7 @@ static void gsm610_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("GSM 6.10"); + xine_set_meta_info(this->stream, XINE_META_INFO_AUDIOCODEC, "GSM 6.10"); return; } |