[FFmpeg-devel] [PATCH] ALS decoder
Kurtnoise
kurtnoise
Thu Aug 20 11:00:02 CEST 2009
Hi,
Thilo Borgmann a ?crit :
>Index: libavcodec/allcodecs.c
>===================================================================
>--- libavcodec/allcodecs.c (revision 19671)
>+++ libavcodec/allcodecs.c (working copy)
>@@ -198,6 +198,7 @@
> REGISTER_ENCDEC (AAC, aac);
> REGISTER_ENCDEC (AC3, ac3);
> REGISTER_ENCDEC (ALAC, alac);
>+ REGISTER_DECODER (ALS, als);
^^^
Shouldn't be MP4ALS here instead ? you use CODEC_ID_MP4ALS...
More information about the ffmpeg-devel
mailing list