mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
remove a TODO about rotation
(won't happen yet) Change-Id: Ibb4ceccd1d7af0f76594e71062983dc311ba9aa2
This commit is contained in:
parent
2dee2966df
commit
68eebcb0ff
@ -792,7 +792,6 @@ const WebPDecBuffer* WebPIDecodedArea(const WebPIDecoder* idec,
|
||||
const WebPDecBuffer* const src = GetOutputBuffer(idec);
|
||||
if (left != NULL) *left = 0;
|
||||
if (top != NULL) *top = 0;
|
||||
// TODO(skal): later include handling of rotations.
|
||||
if (src) {
|
||||
if (width != NULL) *width = src->width;
|
||||
if (height != NULL) *height = idec->params_.last_y;
|
||||
|
Loading…
Reference in New Issue
Block a user