diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-03-18 03:19:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-18 22:15:15 +0100 |
commit | 37c07d45290cf9cdad061cd5c2af94a2783ba847 (patch) | |
tree | 7dba5b6c96debb30175f248a77c8e5bfc02cca7d /tests/ref/lavf/pam | |
parent | 05d7059ac6b640796001bf347d309a40a4fd4a12 (diff) | |
download | ffmpeg-37c07d45290cf9cdad061cd5c2af94a2783ba847.tar.gz |
swscale/utils: Fix color range of gray16
Improves rgb -> gray16 conversion
Fixes Ticket3422
The pam and png output files look visually similar, in both cases the
dynamics increase to 0x0 -> 0xfffb.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf/pam')
-rw-r--r-- | tests/ref/lavf/pam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/pam b/tests/ref/lavf/pam index 50048edf10..abb29743d0 100644 --- a/tests/ref/lavf/pam +++ b/tests/ref/lavf/pam @@ -7,8 +7,8 @@ 35cb9e42b2d3181be494f8693af1ddea *./tests/data/images/pam/02.pam ./tests/data/images/pam/%02d.pam CRC=0x0ff205be 101445 ./tests/data/images/pam/02.pam -ebd43e97839b2538a79f35757e84ffb0 *./tests/data/images/pam/02.pam -./tests/data/images/pam/%02d.pam CRC=0x831a2963 +740eb42157af9e9eed46b70ba6a6cf4d *./tests/data/images/pam/02.pam +./tests/data/images/pam/%02d.pam CRC=0x893f10ef 202823 ./tests/data/images/pam/02.pam 032538f0313b4f240b44a5bef115f5bf *./tests/data/images/pam/02.pam ./tests/data/images/pam/%02d.pam CRC=0x5984c023 |