[FFmpeg-soc] [soc]: r4308 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sun May 24 21:35:20 CEST 2009
Author: thilo.borgmann
Date: Sun May 24 21:35:20 2009
New Revision: 4308
Log:
Removed useless function prefixes from AVCodec struct.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sun May 24 21:04:20 2009 (r4307)
+++ als/alsdec.c Sun May 24 21:35:20 2009 (r4308)
@@ -64,10 +64,10 @@ AVCodec als_decoder = {
CODEC_TYPE_AUDIO,
CODEC_ID_MP4ALS,
sizeof(ALSDecContext),
- als_decode_init,
+ decode_init,
NULL,
- als_decode_end,
- als_decode_frame,
+ decode_end,
+ decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("MPEG-4 Audio Lossless Coding"),
};
More information about the FFmpeg-soc
mailing list