Re: [FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor

2020-08-13 Thread Harry Mallon
> On 12 Aug 2020, at 14:59, Tomas Härdin wrote: > > ons 2020-08-12 klockan 13:43 +0100 skrev Harry Mallon: >> @@ -2492,6 +2504,18 @@ static int mxf_parse_structural_metadata(MXFContext >> *mxf) >> } >> if (descriptor->aspect_ratio.num && descriptor->aspect_ratio.den) >

Re: [FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor

2020-08-12 Thread Tomas Härdin
ons 2020-08-12 klockan 13:43 +0100 skrev Harry Mallon: > @@ -2492,6 +2504,18 @@ static int mxf_parse_structural_metadata(MXFContext > *mxf) > } > if (descriptor->aspect_ratio.num && descriptor->aspect_ratio.den) > st->display_aspect_ratio = descriptor->as

[FFmpeg-devel] [PATCH v3] avformat/mxfdec: Read video range from PictureDescriptor

2020-08-12 Thread Harry Mallon
I'm very sorry for the noise, I just thought of a way that the last patch could be troublesome. Fixed here. From 31ce817887ec84907b3aadb5dc1657b01b8d0dbd Mon Sep 17 00:00:00 2001 From: Harry Mallon Date: Wed, 12 Aug 2020 10:26:23 +0100 Subject: [PATCH v3] avformat/mxfdec: Read video range from