[FFmpeg-devel] [PATCH] Split TrueHD decoder from MLP

Diego Biurrun diego
Wed Mar 18 08:26:47 CET 2009


On Tue, Mar 17, 2009 at 10:30:45PM -0300, ramiro at lisha.ufsc.br wrote:
> From: Ramiro Polla <ramiro at ubuntu-8.10-macbook>
> 
> --- a/libavcodec/mlpdec.c
> +++ b/libavcodec/mlpdec.c
> @@ -1038,6 +1038,7 @@ error:
>  
> +#ifdef CONFIG_MLP_DECODER
> @@ -1047,6 +1048,20 @@ AVCodec mlp_decoder = {
>  
> +#ifdef CONFIG_TRUEHD_DECODER

These are wrong, as previously pointed out.

Diego




More information about the ffmpeg-devel mailing list