[FFmpeg-devel] [PATCH 3/3] avcodec/wmalosslessdec: Use unsigned operations for overflowing cases

Paul B Mahol onemda at gmail.com
Mon May 16 14:31:20 CEST 2016


On 5/16/16, Michael Niedermayer <michael at niedermayer.cc> wrote:
> Fixes undefined behavior in fate-lossless-wma24-2
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/lossless_audiodsp.c |    4 ++--
>  libavcodec/wmalosslessdec.c    |    6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
>


You sure this doesn't introduce artifacts?


More information about the ffmpeg-devel mailing list