Re: [FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files

2020-08-24 Thread Carl Eugen Hoyos
Am Di., 25. Aug. 2020 um 00:48 Uhr schrieb Tomas Härdin : > > mån 2020-08-24 klockan 21:42 +0200 skrev Carl Eugen Hoyos: > > Hi! > > > > Attached patch fixes ticket #8846, the sample there is both a mov and > > an mxf file. > > It is not entirely clear to me if the sample was only made to annoy us

Re: [FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files

2020-08-24 Thread Tomas Härdin
mån 2020-08-24 klockan 21:42 +0200 skrev Carl Eugen Hoyos: > Hi! > > Attached patch fixes ticket #8846, the sample there is both a mov and > an mxf file. > It is not entirely clear to me if the sample was only made to annoy us > but the content looks real. > > An alternative may be to check the

[FFmpeg-devel] [PATCH]lavf/mxfdec: Limit score for strangely cut files

2020-08-24 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #8846, the sample there is both a mov and an mxf file. It is not entirely clear to me if the sample was only made to annoy us but the content looks real. An alternative may be to check the extension if the score is equal but I don't really like that either. Other