2018-01-30 14:40 GMT+01:00 Carl Eugen Hoyos <ceffm...@gmail.com>: > 2018-01-30 13:16 GMT+01:00 Paul B Mahol <one...@gmail.com>: >> On 1/30/18, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: >>> 2018-01-30 10:30 GMT+01:00 Paul B Mahol <one...@gmail.com>: >>>> On 1/30/18, Carl Eugen Hoyos <ceffm...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel