Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxfdec: fix opAtom audio demuxing

2018-03-04 Thread Marton Balint
On Sun, 4 Mar 2018, Tomas Härdin wrote: tor 2018-03-01 klockan 22:41 +0100 skrev Marton Balint: Consider edit rate when determining edit_units_per_packet and also make sure that checks are done in edit rate time base and not in stream time base. Fixes some errors reported with the sample in

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mxfdec: fix opAtom audio demuxing

2018-03-04 Thread Tomas Härdin
tor 2018-03-01 klockan 22:41 +0100 skrev Marton Balint: > Consider edit rate when determining edit_units_per_packet and also make sure > that checks are done in edit rate time base and not in stream time base. > > Fixes some errors reported with the sample in ticket #5863. > > > Signed-off-by: Ma