[FFmpeg-devel] [PATCH] Support raw TrueHD files
Diego Biurrun
diego
Wed Mar 18 08:25:50 CET 2009
On Tue, Mar 17, 2009 at 10:30:46PM -0300, ramiro at lisha.ufsc.br wrote:
> From: Ramiro Polla <ramiro at ubuntu-8.10-macbook>
>
> --- a/libavformat/allformats.c
> +++ b/libavformat/allformats.c
> @@ -180,6 +180,7 @@ void av_register_all(void)
> REGISTER_MUXER (TGP, tgp);
> + REGISTER_MUXDEMUX (THD, thd);
You called it TRUEHD in the other patch, which was better.
> --- a/libavformat/raw.c
> +++ b/libavformat/raw.c
> @@ -968,6 +968,35 @@ AVInputFormat mlp_demuxer = {
>
> +#if CONFIG_THD_DEMUXER
> +
> +#ifdef CONFIG_THD_MUXER
...
Diego
More information about the ffmpeg-devel
mailing list