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(-) >

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

2019-04-11 Thread Marton Balint
We find the last essence container much faster if we go through the partitions backwards... Signed-off-by: Marton Balint --- libavformat/mxfdec.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index c3892a1037..18c038c3f6