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/fate/filter-pixfmts-copy | |
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/fate/filter-pixfmts-copy')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-copy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/filter-pixfmts-copy b/tests/ref/fate/filter-pixfmts-copy index 9040007963..ac04857813 100644 --- a/tests/ref/fate/filter-pixfmts-copy +++ b/tests/ref/fate/filter-pixfmts-copy @@ -26,8 +26,8 @@ gbrp14le 937ff1dd9f498b39f9e882316e371fbf gbrp9be c76ab5850c9bc72bbbf36caa6d1c5ac7 gbrp9le 5ad363dc9570187ad3e3f2344fbb30cf gray 2ee2ea2340d0ecf2dfa6f90f87384799 -gray16be 389f4e5a8ab413b3af32767b59ed7f9e -gray16le a1f912941247e45b394b9cf4f0e81130 +gray16be a61507aec1088f5692036e1aabdb4f41 +gray16le 171fbdd46e3737bc865d0185a0006e1c monob 309b5785a36bd988d17e15d88f4ffad1 monow 8809a02bc69b58d1114b09ca79ebffad nv12 75e90c54d858b993e99f4ee6d2a2a38f |