Re: [FFmpeg-devel] [PATCH] lavf/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherwise ctx == mxf

2018-07-19 Thread Baptiste Coudurier
On Fri, Jul 6, 2018 at 5:42 PM, Michael Niedermayer wrote: > On Fri, Jul 06, 2018 at 12:08:07PM -0700, Baptiste Coudurier wrote: > > --- > > libavformat/mxfdec.c | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > should be ok > > thanks > Applied. -- Baptiste

Re: [FFmpeg-devel] [PATCH] lavf/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherwise ctx == mxf

2018-07-06 Thread Michael Niedermayer
On Fri, Jul 06, 2018 at 12:08:07PM -0700, Baptiste Coudurier wrote: > --- > libavformat/mxfdec.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) should be ok thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are

[FFmpeg-devel] [PATCH] lavf/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherwise ctx == mxf

2018-07-06 Thread Baptiste Coudurier
--- libavformat/mxfdec.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index c7f90b29f2..819e4dfeb9 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -2711,7 +2711,8 @@ static int mxf_read_local_tags(MXFContext