Re: [FFmpeg-devel] [PATCH]Do not fail mov demuxing if metadata reading fails

2015-05-16 Thread Michael Niedermayer
On Thu, May 14, 2015 at 04:16:31PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #4557 for me. Fixed differntly thanks for pointing at the problem! [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better tha

[FFmpeg-devel] [PATCH]Do not fail mov demuxing if metadata reading fails

2015-05-14 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #4557 for me. Please comment, Carl Eugen diff --git a/libavformat/mov.c b/libavformat/mov.c index 085d2a7..a31c556 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -277,7 +277,7 @@ static int mov_read_udta_string(MOVContext *c, AVIOContext *pb, MOVAtom at