Re: [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: rework mxf_essence_container_end

2019-04-28 Thread Marton Balint
On Sun, 14 Apr 2019, Tomas Härdin wrote: fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint: We find the last essence container much faster if we go through the partitions backwards... Good catch > Signed-off-by: Marton Balint ---  libavformat/mxfdec.c | 9 +++--  1 file changed,

Re: [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: rework mxf_essence_container_end

2019-04-14 Thread Tomas Härdin
fre 2019-04-12 klockan 01:09 +0200 skrev Marton Balint: > We find the last essence container much faster if we go through the partitions > backwards... Good catch > > > Signed-off-by: Marton Balint > --- >  libavformat/mxfdec.c | 9 +++-- >  1 file changed, 3 insertions(+), 6 deletions(-) >