Re: [FFmpeg-devel] [PATCH 06/11] avcodec/pcm: Fix undefined shifts

2019-09-26 Thread Paul B Mahol
applied On 9/20/19, Andreas Rheinhardt wrote: > Fixes the acodec-pcm-u16[lb]e FATE-tests. > > Signed-off-by: Andreas Rheinhardt > --- > Changing the macro for planar decoding is actually unnecessary, as none > of the currently used users of this macro need it. I have nevertheless > done so to mi

[FFmpeg-devel] [PATCH 06/11] avcodec/pcm: Fix undefined shifts

2019-09-19 Thread Andreas Rheinhardt
Fixes the acodec-pcm-u16[lb]e FATE-tests. Signed-off-by: Andreas Rheinhardt --- Changing the macro for planar decoding is actually unnecessary, as none of the currently used users of this macro need it. I have nevertheless done so to minimise the changes between the macros. libavcodec/pcm.c | 4