summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-01-30 14:33:53 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-06 10:21:52 +0100
commit39a9fdd00fea6d2e40d4b9ecba38337549603a7d (patch)
tree20729157e6bcdc3df8b6c5ffad190bd2c45abd06 /tests
parent8136f234445862c94d1c081606b2d1e3d44fccf3 (diff)
downloadffmpeg-streaming-39a9fdd00fea6d2e40d4b9ecba38337549603a7d.zip
ffmpeg-streaming-39a9fdd00fea6d2e40d4b9ecba38337549603a7d.tar.gz
yop: initialize palette to 0
The FATE sample contains some pixels with value 0, but the palette stored in the file contains only values from 16 up. Because the default and cmdutils get_buffer() initialize the data to 0x80, they appear as gray dots. After this commit they change to black dots, which is probably still incorrect but less visible and doesn't rely on get_buffer() initializing the data.
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/fate/yop6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/fate/yop b/tests/ref/fate/yop
index 57f565d..1a56660 100644
--- a/tests/ref/fate/yop
+++ b/tests/ref/fate/yop
@@ -1,7 +1,7 @@
#tb 0: 1/12
0, 0, 0, 1, 302760, 0x78939253
0, 1, 1, 1, 302760, 0x534f5253
-0, 2, 2, 1, 302760, 0xe991aa82
-0, 3, 3, 1, 302760, 0xc34b20bd
-0, 4, 4, 1, 302760, 0x461d29a1
+0, 2, 2, 1, 302760, 0x25eaa782
+0, 3, 3, 1, 302760, 0x60861c3d
+0, 4, 4, 1, 302760, 0x43552521
0, 5, 5, 1, 302760, 0x45abca02
OpenPOWER on IntegriCloud