[FFmpeg-soc] [soc]: r2291 - wmapro/wma3dec.c
faust3
subversion at mplayerhq.hu
Sun Jun 1 11:34:49 CEST 2008
Author: faust3
Date: Sun Jun 1 11:34:48 2008
New Revision: 2291
Log:
changed codec id to WMAPRO to be consistent with the rest of ffmpeg
Modified:
wmapro/wma3dec.c
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c (original)
+++ wmapro/wma3dec.c Sun Jun 1 11:34:48 2008
@@ -235,7 +235,7 @@ AVCodec wmav3pro_decoder =
{
"wmav3Pro",
CODEC_TYPE_AUDIO,
- CODEC_ID_WMAV3PRO,
+ CODEC_ID_WMAPRO,
sizeof(WMA3DecodeContext),
wma3_decode_init,
NULL,
More information about the FFmpeg-soc
mailing list