mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-20 19:02:52 +01:00
Remove unused code in webpi.h
Change-Id: If927530034cefa0da62ddfde588833aafec51d4d
This commit is contained in:
parent
41cab7fe0f
commit
8de08483b6
@ -45,20 +45,11 @@ struct WebPDecParams {
|
|||||||
OutputFunc emit; // output RGB or YUV samples
|
OutputFunc emit; // output RGB or YUV samples
|
||||||
OutputAlphaFunc emit_alpha; // output alpha channel
|
OutputAlphaFunc emit_alpha; // output alpha channel
|
||||||
OutputRowFunc emit_alpha_row; // output one line of rescaled alpha values
|
OutputRowFunc emit_alpha_row; // output one line of rescaled alpha values
|
||||||
|
|
||||||
WebPDecBuffer* final_output; // In case the user supplied a slow-memory
|
|
||||||
// output, we decode image in temporary buffer
|
|
||||||
// (this::output) and copy it here.
|
|
||||||
WebPDecBuffer tmp_buffer; // this::output will point to this one in case
|
|
||||||
// of slow memory.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Should be called first, before any use of the WebPDecParams object.
|
// Should be called first, before any use of the WebPDecParams object.
|
||||||
void WebPResetDecParams(WebPDecParams* const params);
|
void WebPResetDecParams(WebPDecParams* const params);
|
||||||
|
|
||||||
// Delete all memory (after an error occurred, for instance)
|
|
||||||
void WebPFreeDecParams(WebPDecParams* const params);
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Header parsing helpers
|
// Header parsing helpers
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user