Re: [FFmpeg-devel] [PATCH 07/12] avformat/mxfdec: compute sample_count for all streams on seek

2018-06-13 Thread Tomas Härdin
sön 2018-06-10 klockan 12:36 +0200 skrev Marton Balint: > sample_count will be used for per-stream current_edit_unit. > > > Signed-off-by: Marton Balint > --- >  libavformat/mxfdec.c | 39 +-- >  1 file changed, 17 insertions(+), 22 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 07/12] avformat/mxfdec: compute sample_count for all streams on seek

2018-06-10 Thread Marton Balint
sample_count will be used for per-stream current_edit_unit. Signed-off-by: Marton Balint --- libavformat/mxfdec.c | 39 +-- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index