Re: [FFmpeg-devel] [PATCH] mxfdec: check edit_rate also for physical_track

2015-11-18 Thread Andreas Cadhalpun
On 16.11.2015 09:02, tim nicholson wrote: > On 15/11/15 18:07, Andreas Cadhalpun wrote: >> Previously only the edit_rate of material_track was checked. >> If it's negative, it causes assertion failures in av_rescale_rnd. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/mxfdec.c | 10 +

Re: [FFmpeg-devel] [PATCH] mxfdec: check edit_rate also for physical_track

2015-11-16 Thread tim nicholson
On 15/11/15 18:07, Andreas Cadhalpun wrote: > Previously only the edit_rate of material_track was checked. > If it's negative, it causes assertion failures in av_rescale_rnd. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/mxfdec.c | 10 ++ > 1 file changed, 10 insertions(+) >

[FFmpeg-devel] [PATCH] mxfdec: check edit_rate also for physical_track

2015-11-15 Thread Andreas Cadhalpun
Previously only the edit_rate of material_track was checked. If it's negative, it causes assertion failures in av_rescale_rnd. Signed-off-by: Andreas Cadhalpun --- libavformat/mxfdec.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c ind