Re: [FFmpeg-devel] [PATCH v2 11/15] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers

2019-09-28 Thread Michael Niedermayer
On Sat, Sep 28, 2019 at 04:26:06AM +0200, Andreas Rheinhardt wrote: > Affected 61 FATE-tests: 60 vsynth tests and lavf-mxf_opatom. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/dnxhdenc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) will apply thx [...] --

[FFmpeg-devel] [PATCH v2 11/15] avcodec/dnxhdenc: Fix undefined left shifts of negative numbers

2019-09-27 Thread Andreas Rheinhardt
Affected 61 FATE-tests: 60 vsynth tests and lavf-mxf_opatom. Signed-off-by: Andreas Rheinhardt --- libavcodec/dnxhdenc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c index c82c5d5140..2feb8baf21 100644 ---