]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/fourcc.c
Wav GSM Demuxer Support Fixes Wav demux to work with MS-GSM codec. Uses ffmpeg decoder.
[vlc] / modules / codec / avcodec / fourcc.c
index 3886875aeaa9a09d2cd42bd6e162d9ef92e1b98f..6f8fc8322cbb7746907b6d40d7bd9a8b641759c0 100644 (file)
@@ -1046,7 +1046,7 @@ static const struct
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 51, 34, 0 )
     { VLC_FOURCC('g','s','m',' '), CODEC_ID_GSM,
       AUDIO_ES, "GSM Audio" },
-    { VLC_FOURCC('g','s','m','s'), CODEC_ID_GSM_MS,
+    { VLC_FOURCC('a','g','s','m'), CODEC_ID_GSM_MS, /* According to http://wiki.multimedia.cx/index.php?title=GSM */
       AUDIO_ES, "Microsoft GSM Audio" },
 #endif