[MPlayer-dev-eng] [PATCH] add S24LE to mp_wav_override_tags

Baptiste Coudurier baptiste.coudurier at gmail.com
Fri Mar 27 08:31:44 CET 2009


Baptiste Coudurier wrote:
> Hi,
> 
> $subject, should fix s24le in .mov
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: libmpdemux/mp_taglists.c
> ===================================================================
> --- libmpdemux/mp_taglists.c	(revision 29053)
> +++ libmpdemux/mp_taglists.c	(working copy)
> @@ -59,6 +59,7 @@
>      { CODEC_ID_PCM_S16BE,         MKTAG('t', 'w', 'o', 's')},
>      { CODEC_ID_PCM_S16LE,         1},
>      { CODEC_ID_PCM_S24BE,         MKTAG('i', 'n', '2', '4')},
> +    { CODEC_ID_PCM_S24LE,         1},
>      { 0, 0 },
>  };
>  

Any problem with the patch ?

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the MPlayer-dev-eng mailing list