diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-08 14:52:52 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-08 15:15:30 -0700 |
commit | 42d622fab31dbcae91fd4b0810e0ac07027e2df1 (patch) | |
tree | 2bac1655381987933c453be6ef90bc7be4aa564a /tests/ref/lavfi/pixfmts_vflip | |
parent | bda168d2b0210dda84f1a9d32c8aa4653d1674d5 (diff) | |
download | ffmpeg-42d622fab31dbcae91fd4b0810e0ac07027e2df1.tar.gz |
swscale: fix 16-bit scaling when output is 8-bits.
We would use the second half of the U plane buffer, rather than the
V plane buffer, to output the V plane pixels.
Diffstat (limited to 'tests/ref/lavfi/pixfmts_vflip')
-rw-r--r-- | tests/ref/lavfi/pixfmts_vflip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavfi/pixfmts_vflip b/tests/ref/lavfi/pixfmts_vflip index 89502d1745..acead3d990 100644 --- a/tests/ref/lavfi/pixfmts_vflip +++ b/tests/ref/lavfi/pixfmts_vflip @@ -42,8 +42,8 @@ yuv422p16be 8cdfbddf2dd4c44c3efef4ee00170eba yuv422p16le a2f421f6a1af950544081c1797de01ae yuv440p 876385e96165acf51271b20e5d85a416 yuv444p 9c3c667d1613b72d15bc6d851c5eb8f7 -yuv444p16be b092690d22f0b26360fbf5cfd739be17 -yuv444p16le 18768b4ddca92d06f9713fef467276a9 +yuv444p16be c73d2f57f90060d4126241aba04876d3 +yuv444p16le c9ab60ec1ae3ff50da524e83e3553add yuva420p c705d1cf061d8c6580ac690b55f92276 yuvj420p 41fd02b204da0ab62452cd14b595e2e4 yuvj422p 7f6ca9bc1812cde02036d7d29a7cce43 |