[FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Feb 7 01:30:45 EET 2018


2018-01-30 14:40 GMT+01:00 Carl Eugen Hoyos <ceffmpeg at gmail.com>:
> 2018-01-30 13:16 GMT+01:00 Paul B Mahol <onemda at gmail.com>:
>> On 1/30/18, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>>> 2018-01-30 10:30 GMT+01:00 Paul B Mahol <onemda at gmail.com>:
>>>> On 1/30/18, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>>>>>
>>>>> Attached patch fixes ticket #6994, unknown tag names are
>>>>> ignored by FFmpeg.
>>>>
>>>> Really? Are you sure this does not cause not decoding previously
>>>> decodable files?
>>>
>>> Could you point me to a sample?
>>>
>>> Which previously working flags would be broken now?
>>
>> I'm afraid I can not share such files.
>
> Which flags are set in these files?
> How can I produce such a file?

Ping.

Until now, two types of files are supported:
Files with flags==0 and files with flags&0x02.
The specification requires that (flags&0x02)
implies flags==2 or possibly flags==6: "if bit
9 is 1, bits 11 and 12 must be 0"

After my patch, the following values are
accepted for flags: 0, 2, 4, 6

Which value is problematic?

Carl Eugen


More information about the ffmpeg-devel mailing list