]> git.sesse.net Git - ffmpeg/commit
yop: initialize palette to 0
authorAnton Khirnov <anton@khirnov.net>
Wed, 30 Jan 2013 13:33:53 +0000 (14:33 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 6 Feb 2013 09:21:52 +0000 (10:21 +0100)
commit39a9fdd00fea6d2e40d4b9ecba38337549603a7d
tree20729157e6bcdc3df8b6c5ffad190bd2c45abd06
parent8136f234445862c94d1c081606b2d1e3d44fccf3
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.
libavcodec/yop.c
tests/ref/fate/yop