summaryrefslogtreecommitdiff
path: root/src/libxineadec/gsm610.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxineadec/gsm610.c')
-rw-r--r--src/libxineadec/gsm610.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libxineadec/gsm610.c b/src/libxineadec/gsm610.c
index dbaba6d7e..c4b286919 100644
--- a/src/libxineadec/gsm610.c
+++ b/src/libxineadec/gsm610.c
@@ -44,7 +44,7 @@
* Carsten Bormann
* --------------------------------------------------------------------
*
- * $Id: gsm610.c,v 1.3 2002/11/03 06:08:54 tmmm Exp $
+ * $Id: gsm610.c,v 1.4 2002/11/11 05:01:32 tmmm Exp $
*
*/
@@ -108,6 +108,10 @@ static void gsm610_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
this->bufsize = AUDIOBUFSIZE;
this->size = 0;
+ /* stream/meta info */
+ this->stream->meta_info[XINE_META_INFO_AUDIOCODEC] = strdup("GSM 6.10");
+ this->stream->stream_info[XINE_STREAM_INFO_AUDIO_HANDLED] = 1;
+
return;
}