Demux: WebPIterator now also denotes if the frame has alpha.

Change-Id: Ia300385a49c1ee5afa8f114f2560ee8d1c7664bb
This commit is contained in:
Urvang Joshi
2013-07-18 19:41:38 -07:00
parent 6df743a33e
commit a03c3516cb
3 changed files with 15 additions and 16 deletions

2
NEWS
View File

@ -4,6 +4,8 @@
* Significant memory reduction for decoding lossy images with alpha.
* Intertwined decoding of RGB and alpha for a shorter
time-to-first-decoded-pixel.
* WebPIterator has a new member 'has_alpha' denoting whether the frame
contains transparency.
- 6/13/13: version 0.3.1
This is a binary compatible release.