]> git.sesse.net Git - ffmpeg/commit
iff: set ham palette alpha to 0xFF
authorPeter Ross <pross@xvid.org>
Mon, 23 Jul 2012 12:04:47 +0000 (14:04 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 23 Jul 2012 12:04:47 +0000 (14:04 +0200)
commitcc12a94c364fca9c371c3e5da7a462655c7e1f2d
tree5265fbc48ef23bb21e46a29ce08a960df4f513b1
parent67a304985e35b39d1f1d7de3c156db39211caf18
iff: set ham palette alpha to 0xFF

This addresses the problem that some HAM pictures were decoded with
complete transparency as described in the 'iff: ANIM suppport ' thread
on ffmpeg-devel. The decoder was already setting alpha correctly for
CMAP palettes, just not HAM palettes.
libavcodec/iff.c