# HG changeset patch # User arpi # Date 1034781343 0 # Node ID 3a2b4bf47dbc307ce1bd302b20588f08338bb65d # Parent 48bf03297d48ae28f7ee8e6c56740d7f6406078b use standard gsm fourcc 'agsm' instead of msgsm id 0x31 patch by Ross diff -r 48bf03297d48 -r 3a2b4bf47dbc libmpdemux/demux_rtp.cpp --- a/libmpdemux/demux_rtp.cpp Wed Oct 16 14:51:15 2002 +0000 +++ b/libmpdemux/demux_rtp.cpp Wed Oct 16 15:15:43 2002 +0000 @@ -241,7 +241,7 @@ wf->wBitsPerSample = 8; wf->cbSize = 0; } else if (strcmp(subsession->codecName(), "GSM") == 0) { - wf->wFormatTag = sh_audio->format = 0x31; + wf->wFormatTag = sh_audio->format = mmioFOURCC('a','g','s','m'); wf->nChannels = 1; wf->nAvgBytesPerSec = 1650; wf->nBlockAlign = 33;