-
- Downloads
swscale: fix 16-bit horizontal scaling underflow.
When using e.g. lanczos scaling, values can drop below 0, so they should never be unsigned.
Showing
- libswscale/swscale.c 1 addition, 1 deletionlibswscale/swscale.c
- tests/ref/lavfi/pixdesc 2 additions, 2 deletionstests/ref/lavfi/pixdesc
- tests/ref/lavfi/pixfmts_copy 2 additions, 2 deletionstests/ref/lavfi/pixfmts_copy
- tests/ref/lavfi/pixfmts_hflip 2 additions, 2 deletionstests/ref/lavfi/pixfmts_hflip
- tests/ref/lavfi/pixfmts_null 2 additions, 2 deletionstests/ref/lavfi/pixfmts_null
- tests/ref/lavfi/pixfmts_scale 12 additions, 12 deletionstests/ref/lavfi/pixfmts_scale
- tests/ref/lavfi/pixfmts_vflip 2 additions, 2 deletionstests/ref/lavfi/pixfmts_vflip
Loading
Please register or sign in to comment