Re: [FFmpeg-devel] [PATCH 3/7] dnxhddec: check and report bitstream errors

2015-09-27 Thread Michael Niedermayer
On Sun, Sep 27, 2015 at 10:09:04AM +0200, Christophe Gisquet wrote: > This only occur when an overrun in coefficient decoding is > detected. > --- > libavcodec/dnxhddec.c | 48 ++-- > 1 file changed, 34 insertions(+), 14 deletions(-) applied it might b

[FFmpeg-devel] [PATCH 3/7] dnxhddec: check and report bitstream errors

2015-09-27 Thread Christophe Gisquet
This only occur when an overrun in coefficient decoding is detected. --- libavcodec/dnxhddec.c | 48 ++-- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index 007eabe..8d30446 100644 --- a/li