Commit 5ee17b1c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Support Atrac3 in wav

parent cd612818
......@@ -342,6 +342,7 @@ static int Open( vlc_object_t * p_this )
case VLC_CODEC_GSM_MS:
case VLC_CODEC_ADPCM_G726:
case VLC_CODEC_TRUESPEECH:
case VLC_CODEC_ATRAC3:
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