diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-06-12 21:53:22 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-14 09:46:49 -0400 |
commit | 0af8a71d66305874bd6f0ebc84ebf99339b6a5d3 (patch) | |
tree | 6807ebfdaa9996cac5a57c0f3075af41b283f1a7 /tests/ref/lavfi/pixfmts_hflip_le | |
parent | cf53c48615658a6019ffb7e8453913bbfd38cb27 (diff) | |
download | ffmpeg-0af8a71d66305874bd6f0ebc84ebf99339b6a5d3.tar.gz |
swscale: fix JPEG-range YUV scaling artifacts.
YUV planes were marked as uint16_t, but they contained signed data.
Fixes issue 1108 and 675.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/ref/lavfi/pixfmts_hflip_le')
-rw-r--r-- | tests/ref/lavfi/pixfmts_hflip_le | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavfi/pixfmts_hflip_le b/tests/ref/lavfi/pixfmts_hflip_le index c30215e1de..514eed7b3b 100644 --- a/tests/ref/lavfi/pixfmts_hflip_le +++ b/tests/ref/lavfi/pixfmts_hflip_le @@ -34,5 +34,5 @@ yuv444p16le 70793e3d66d0c23a0cdedabe9c24c2a7 yuva420p d83ec0c01498189f179ec574918185f1 yuvj420p df3aaaec3bb157c3bde5f0365af30f4f yuvj422p d113871528d510a192797af59df9c05c -yuvj440p e8f7ed76e57c892a1e9e27a3f29452db -yuvj444p 2c3ae369607608c6dcb0d830f00f971a +yuvj440p 07f5ff12ced85aba1b5cf51692fff4bb +yuvj444p 8d95f6b4d4c9b4b0389d36df686bfa46 |