]> git.sesse.net Git - vlc/blobdiff - modules/codec/adpcm.c
Use a VLC_CODEC_ADPCM_MS for MS ADPCM
[vlc] / modules / codec / adpcm.c
index 81ac8ea8c87cef60dd85bb36b51bac1fa8ee55f7..0639cee0f2cf05b91e1baaa3e2458d1cffa332a1 100644 (file)
@@ -177,7 +177,7 @@ static int OpenDecoder( vlc_object_t *p_this )
         case VLC_FOURCC('m','s',0x00,0x11): /* IMA ADPCM */
             p_sys->codec = ADPCM_IMA_WAV;
             break;
-        case VLC_FOURCC('m','s',0x00,0x02): /* MS ADPCM */
+        case VLC_CODEC_ADPCM_MS: /* MS ADPCM */
             p_sys->codec = ADPCM_MS;
             break;
         case VLC_FOURCC('m','s',0x00,0x61): /* Duck DK4 ADPCM */