Re: [FFmpeg-devel] [PATCH] avcodec/cinepakenc: Fix invalid shifts

2019-10-06 Thread Paul B Mahol
Still ok. On 10/6/19, Andreas Rheinhardt wrote: > Fixes: left shift of 1 by 31 places cannot be represented in type 'int'. > Affected the FATE-tests vsynth1-cinepak, vsynth2-cinepak and > vsynth_lena-cinepak. Also fixes ticket #8220. > > Signed-off-by: Andreas Rheinhardt > --- > I am resending t

[FFmpeg-devel] [PATCH] avcodec/cinepakenc: Fix invalid shifts

2019-10-05 Thread Andreas Rheinhardt
Fixes: left shift of 1 by 31 places cannot be represented in type 'int'. Affected the FATE-tests vsynth1-cinepak, vsynth2-cinepak and vsynth_lena-cinepak. Also fixes ticket #8220. Signed-off-by: Andreas Rheinhardt --- I am resending this, because in the meantime ticket #8220 has been opened about