[FFmpeg-devel] [PATCH] riff: remove invalid fourcc 'exr '

Paul B Mahol onemda at gmail.com
Thu Jul 4 13:46:48 CEST 2013


On 7/3/13, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Wed, Jul 03, 2013 at 10:45:53PM +0000, Paul B Mahol wrote:
>> On 10/25/12, Paul B Mahol <onemda at gmail.com> wrote:
>> > Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> > ---
>> >  libavformat/riff.c | 1 -
>> >  1 file changed, 1 deletion(-)
>> >
>> > diff --git a/libavformat/riff.c b/libavformat/riff.c
>> > index 1a5b414..1c47eda 100644
>> > --- a/libavformat/riff.c
>> > +++ b/libavformat/riff.c
>> > @@ -313,7 +313,6 @@ const AVCodecTag ff_codec_bmp_tags[] = {
>> >      { AV_CODEC_ID_ZEROCODEC,    MKTAG('Z', 'E', 'C', 'O') },
>> >      { AV_CODEC_ID_Y41P,         MKTAG('Y', '4', '1', 'P') },
>> >      { AV_CODEC_ID_FLIC,         MKTAG('A', 'F', 'L', 'C') },
>> > -    { AV_CODEC_ID_EXR,          MKTAG('e', 'x', 'r', ' ') },
>> >      { AV_CODEC_ID_MSS1,         MKTAG('M', 'S', 'S', '1') },
>> >      { AV_CODEC_ID_MSA1,         MKTAG('M', 'S', 'A', '1') },
>> >      { AV_CODEC_ID_TSCC2,        MKTAG('T', 'S', 'C', '2') },
>> > --
>> > 1.7.11.2
>> >
>> >
>>
>> ping
>
> patch ok if nothing uses that fourcc
>

applied

> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> I know you won't believe me, but the highest form of Human Excellence is
> to question oneself and others. -- Socrates
>


More information about the ffmpeg-devel mailing list