vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jan  7 
01:44:38 2013 +0100| [ece8c804f046b8871e3a86b5f70a02464d3fc14b] | committer: 
Jean-Baptiste Kempf

WAV: support wma2 in wav

Close #4829

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ece8c804f046b8871e3a86b5f70a02464d3fc14b
---

 modules/demux/wav.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/wav.c b/modules/demux/wav.c
index 3ea18c2..7867c87 100644
--- a/modules/demux/wav.c
+++ b/modules/demux/wav.c
@@ -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;

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to