diff options
author | Mark Reid <mindmark@gmail.com> | 2020-10-03 16:31:58 -0700 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-10-06 17:56:52 +0200 |
commit | a48adcd1369131ebadd1c928fe790c72795182a7 (patch) | |
tree | a30fec676173eeaa7e5fc7b89655e3d9456a101e /tests/ref/fate/psd-rgba64 | |
parent | 214998c55ff99586b57c1ccd34a7e6f15c4fcdb8 (diff) | |
download | ffmpeg-a48adcd1369131ebadd1c928fe790c72795182a7.tar.gz |
libswcale/input: use more accurate planer rgb16 yuv conversions
These conversion appears to be exhibiting the same rounding error as the rgbf32 formats where.
I seperated the rounding value from the 16 and 128 offsets, I think it makes it a little more clear.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/ref/fate/psd-rgba64')
-rw-r--r-- | tests/ref/fate/psd-rgba64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/psd-rgba64 b/tests/ref/fate/psd-rgba64 index e51686767e..ed36c339d1 100644 --- a/tests/ref/fate/psd-rgba64 +++ b/tests/ref/fate/psd-rgba64 @@ -3,4 +3,4 @@ #codec_id 0: rawvideo #dimensions 0: 128x128 #sar 0: 0/1 -0, 0, 0, 1, 49152, 0xb847fd73 +0, 0, 0, 1, 49152, 0x05856a20 |