Commit ece8c804 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

WAV: support wma2 in wav

Close #4829
parent dc647fe5
......@@ -343,6 +343,7 @@ static int Open( vlc_object_t * p_this )
case VLC_CODEC_TRUESPEECH:
case VLC_CODEC_ATRAC3:
case VLC_CODEC_G723_1:
case VLC_CODEC_WMA2:
if( FrameInfo_MSGSM( &p_sys->i_frame_size, &p_sys->i_frame_samples,
&p_sys->fmt ) )
goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment