[vlc-commits] Support Atrac3 in wav
Jean-Baptiste Kempf
git at videolan.org
Thu Aug 9 15:31:32 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 9 15:30:56 2012 +0200| [5ee17b1cef6fe9e9bb9d0ad804696fe2572b51b0] | committer: Jean-Baptiste Kempf
Support Atrac3 in wav
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ee17b1cef6fe9e9bb9d0ad804696fe2572b51b0
---
modules/demux/wav.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/wav.c b/modules/demux/wav.c
index b3bbaca..2e8b95f 100644
--- a/modules/demux/wav.c
+++ b/modules/demux/wav.c
@@ -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;
More information about the vlc-commits
mailing list