[FFmpeg-devel] [PATCH] ALS decoder

Måns Rullgård mans
Thu Aug 20 11:20:52 CEST 2009


Kurtnoise <kurtnoise at free.fr> writes:

> 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...

There is no strong coupling between the CODEC_ID_ name and the name
used here.  Still might be a good idea to keep them close of course.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list