mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-19 23:39:58 +02:00
add a 'last_y' field to WebPDecParams
this allows to keep an exact track of the last displayable pixel row Change-Id: I590306735a82b9249e7bc9fe64eeb3e5bea3376b
This commit is contained in:
@ -31,6 +31,7 @@ typedef struct {
|
||||
int u_stride;
|
||||
int v_stride;
|
||||
WEBP_CSP_MODE mode;
|
||||
int last_y; // coordinate of the line that was last output
|
||||
} WebPDecParams;
|
||||
|
||||
// If a RIFF container is detected, validate it and skip over it. Returns
|
||||
|
Reference in New Issue
Block a user