Re: [FFmpeg-devel] [PATCH]lavf/mov: Do not fail hard for more mov atoms

2019-01-14 Thread Carl Eugen Hoyos
2019-01-14 21:07 GMT+01:00, Michael Niedermayer : > On Mon, Jan 14, 2019 at 12:46:08PM +0100, Carl Eugen Hoyos wrote: >> 2019-01-14 10:05 GMT+01:00, Michael Niedermayer : >> > On Sun, Jan 13, 2019 at 11:14:52PM +0100, Carl Eugen Hoyos wrote: >> >> Hi! >> >> >> >> Attached patch fixes ticket #7679.

Re: [FFmpeg-devel] [PATCH]lavf/mov: Do not fail hard for more mov atoms

2019-01-14 Thread Michael Niedermayer
On Mon, Jan 14, 2019 at 12:46:08PM +0100, Carl Eugen Hoyos wrote: > 2019-01-14 10:05 GMT+01:00, Michael Niedermayer : > > On Sun, Jan 13, 2019 at 11:14:52PM +0100, Carl Eugen Hoyos wrote: > >> Hi! > >> > >> Attached patch fixes ticket #7679. > >> > >> Please comment, Carl Eugen > > > >> mov.c |

Re: [FFmpeg-devel] [PATCH]lavf/mov: Do not fail hard for more mov atoms

2019-01-14 Thread Carl Eugen Hoyos
2019-01-14 10:05 GMT+01:00, Michael Niedermayer : > On Sun, Jan 13, 2019 at 11:14:52PM +0100, Carl Eugen Hoyos wrote: >> Hi! >> >> Attached patch fixes ticket #7679. >> >> Please comment, Carl Eugen > >> mov.c | 12 ++-- >> 1 file changed, 6 insertions(+), 6 deletions(-) >> a2759589f6ab0

Re: [FFmpeg-devel] [PATCH]lavf/mov: Do not fail hard for more mov atoms

2019-01-14 Thread Michael Niedermayer
On Sun, Jan 13, 2019 at 11:14:52PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #7679. > > Please comment, Carl Eugen > mov.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > a2759589f6ab06b09057969490ffc13291965144 > 0001-lavf-mov-Do-not-fail-h

[FFmpeg-devel] [PATCH]lavf/mov: Do not fail hard for more mov atoms

2019-01-13 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #7679. Please comment, Carl Eugen From ea6afa36d5ceb6e027176f051e7886f0648e3ac2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 13 Jan 2019 23:07:06 +0100 Subject: [PATCH] lavf/mov: Do not fail hard for more invalid atoms. This is what several other pl