[vlc-devel] commit: Removed impossible fourcc in record.c (Laurent Aimar )
git version control
git at videolan.org
Fri May 15 22:07:14 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 14 22:55:50 2009 +0200| [48260d39242888a636c717cd2aaa3dba7f1467f8] | committer: Laurent Aimar
Removed impossible fourcc in record.c
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48260d39242888a636c717cd2aaa3dba7f1467f8
---
modules/stream_out/record.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index 77f00a4..e9bd810 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -273,7 +273,7 @@ static const muxer_properties_t p_muxers[] = {
M( "raw", "mpc", 1, VLC_CODEC_MUSEPACK7, VLC_CODEC_MUSEPACK8 ),
M( "raw", "ape", 1, VLC_CODEC_APE ),
- M( "wav", "wav", 1, VLC_FOURCC('a','r','a','w'), VLC_CODEC_U8, VLC_CODEC_S16L,
+ M( "wav", "wav", 1, VLC_CODEC_U8, VLC_CODEC_S16L,
VLC_CODEC_S24L, VLC_CODEC_S32L, VLC_CODEC_FL32 ),
//M( "ffmpeg{mux=flac}", "flac", 1, VLC_CODEC_FLAC ), BROKEN
More information about the vlc-devel
mailing list