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-vflip | |
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-vflip')
-rw-r--r-- | tests/ref/fate/filter-pixfmts-vflip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/filter-pixfmts-vflip b/tests/ref/fate/filter-pixfmts-vflip index b513fde23b..07d2bb765e 100644 --- a/tests/ref/fate/filter-pixfmts-vflip +++ b/tests/ref/fate/filter-pixfmts-vflip @@ -26,8 +26,8 @@ gbrp14le 48b4273ff29b6b68a05a6027254ff75e gbrp9be b4361a1ad66cdff0d32d4af769a8a960 gbrp9le 5bc148ca18ff1bf7095e78a4e65ed8ab gray 800813149a825964025e75cf14ec528b -gray16be 9b23f3e79c54a6ccb62e0135a32e3045 -gray16le 93cfa8fbb2a86ead275ce1817444e6d5 +gray16be 03fdfc40a4fd25252f1b03d9358f00ef +gray16le ebcd797559fef441e5baeff4e7a02472 monob c395a8efb9477b4ec53a77326e41ccd7 monow efaee1c763ccd5ce1a8519d2ed5aa5a9 nv12 77373304a9c732b65dab0a33afba9295 |