diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-07-06 02:37:28 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-08 15:21:48 +0200 |
commit | 1ba01d3d46e8c200a2527ebafc71d5651084586b (patch) | |
tree | 0f3c25ec082182383c4345153b909982ff3f3732 /tests/ref/lavf | |
parent | b86651a208ee67666a7305b002bc9f14b21dae7f (diff) | |
download | ffmpeg-1ba01d3d46e8c200a2527ebafc71d5651084586b.tar.gz |
swscale: treat gray as a fullrage (0-255) format
Fixes Ticket2684
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/pam | 4 | ||||
-rw-r--r-- | tests/ref/lavf/pgm | 4 | ||||
-rw-r--r-- | tests/ref/lavf/pgmpipe | 4 | ||||
-rw-r--r-- | tests/ref/lavf/pixfmt | 2 | ||||
-rw-r--r-- | tests/ref/lavf/xwd | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/tests/ref/lavf/pam b/tests/ref/lavf/pam index d21ccd7f68..50048edf10 100644 --- a/tests/ref/lavf/pam +++ b/tests/ref/lavf/pam @@ -4,8 +4,8 @@ 2ed31ca8d8de560afb3e0fd7a873cde5 *./tests/data/images/pam/02.pam ./tests/data/images/pam/%02d.pam CRC=0xf07d29cd 405573 ./tests/data/images/pam/02.pam -587284e40b78accd54fa92fdb7ca29f4 *./tests/data/images/pam/02.pam -./tests/data/images/pam/%02d.pam CRC=0x418d2963 +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 diff --git a/tests/ref/lavf/pgm b/tests/ref/lavf/pgm index 4043f7a118..816579fa86 100644 --- a/tests/ref/lavf/pgm +++ b/tests/ref/lavf/pgm @@ -1,3 +1,3 @@ -388f5c51a678ca6a52cc006095c12f08 *./tests/data/images/pgm/02.pgm -./tests/data/images/pgm/%02d.pgm CRC=0x418d2963 +cc777c5fc4d116d4c5a996eac8d3133e *./tests/data/images/pgm/02.pgm +./tests/data/images/pgm/%02d.pgm CRC=0x0ff205be 101391 ./tests/data/images/pgm/02.pgm diff --git a/tests/ref/lavf/pgmpipe b/tests/ref/lavf/pgmpipe index 28ad60ea59..da6f9a6d3a 100644 --- a/tests/ref/lavf/pgmpipe +++ b/tests/ref/lavf/pgmpipe @@ -1,3 +1,3 @@ -04e66c8e9e064c8310bd657ee559bd70 *./tests/data/lavf/pgmpipe.pgm +c34e37ea49237c2d1ea81a5944328e59 *./tests/data/lavf/pgmpipe.pgm 2534775 ./tests/data/lavf/pgmpipe.pgm -./tests/data/lavf/pgmpipe.pgm CRC=0xadf48ba9 +./tests/data/lavf/pgmpipe.pgm CRC=0x7aa0122f diff --git a/tests/ref/lavf/pixfmt b/tests/ref/lavf/pixfmt index bf62d9059b..88030875de 100644 --- a/tests/ref/lavf/pixfmt +++ b/tests/ref/lavf/pixfmt @@ -26,7 +26,7 @@ efa7c0337cc00c796c6df615223716f1 *./tests/data/pixfmt/rgb565.yuv 304128 ./tests/data/pixfmt/rgb565.yuv 0df2a477af1415a1b8fbf2a3e552bc39 *./tests/data/pixfmt/rgb555.yuv 304128 ./tests/data/pixfmt/rgb555.yuv -6be306b0cce5f8e6c271ea17fef9745b *./tests/data/pixfmt/gray.yuv +1e080c12bd9755c41ecb8e19b756f406 *./tests/data/pixfmt/gray.yuv 304128 ./tests/data/pixfmt/gray.yuv 6c719671e39f1bcf67b47eab98fa529b *./tests/data/pixfmt/monow.yuv 304128 ./tests/data/pixfmt/monow.yuv diff --git a/tests/ref/lavf/xwd b/tests/ref/lavf/xwd index 73f859d3d6..5e593b5d83 100644 --- a/tests/ref/lavf/xwd +++ b/tests/ref/lavf/xwd @@ -16,8 +16,8 @@ c6f3cb7c45f7238474a89d2ad61a1caf *./tests/data/images/xwd/02.xwd fe1af954966a40c2cd35fc27094ff823 *./tests/data/images/xwd/02.xwd ./tests/data/images/xwd/%02d.xwd CRC=0xd69c3a09 104559 ./tests/data/images/xwd/02.xwd -9e2f3d455566897692cdfda88ff10112 *./tests/data/images/xwd/02.xwd -./tests/data/images/xwd/%02d.xwd CRC=0x418d2963 +85e9b8b814a1dea71d143aac2e487037 *./tests/data/images/xwd/02.xwd +./tests/data/images/xwd/%02d.xwd CRC=0x0ff205be 101487 ./tests/data/images/xwd/02.xwd 2131b4c41fe35178b0c7d121223af549 *./tests/data/images/xwd/02.xwd ./tests/data/images/xwd/%02d.xwd CRC=0x0f5aa5cb |