Re: [FFmpeg-devel] [PATCH] avcodec/utvideodec: Set pro flag based on fourcc

2018-03-31 Thread Michael Niedermayer
On Sat, Mar 31, 2018 at 08:59:29AM +0200, Paul B Mahol wrote: > On 3/31/18, Michael Niedermayer wrote: > > This avoids mixing 8bit variants with pro and 10bit with non pro mode. > > Fixes: out of array read > > Fixes: poc_03_30.avi > > > > Found-by: GwanYeong Kim > > Signed-off-by: Michael Nieder

Re: [FFmpeg-devel] [PATCH] avcodec/utvideodec: Set pro flag based on fourcc

2018-03-30 Thread Paul B Mahol
On 3/31/18, Michael Niedermayer wrote: > This avoids mixing 8bit variants with pro and 10bit with non pro mode. > Fixes: out of array read > Fixes: poc_03_30.avi > > Found-by: GwanYeong Kim > Signed-off-by: Michael Niedermayer > --- > libavcodec/utvideodec.c | 8 +--- > 1 file changed, 5 in

[FFmpeg-devel] [PATCH] avcodec/utvideodec: Set pro flag based on fourcc

2018-03-30 Thread Michael Niedermayer
This avoids mixing 8bit variants with pro and 10bit with non pro mode. Fixes: out of array read Fixes: poc_03_30.avi Found-by: GwanYeong Kim Signed-off-by: Michael Niedermayer --- libavcodec/utvideodec.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavcodec/utvi