mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Change-Id: I8f693b1ba2537de89bda1dfbcf3b95abd17e420a
This commit is contained in:
@ -798,7 +798,7 @@ static int Process(const WebPMuxConfig* config) {
|
||||
ERROR_GOTO1("ERROR: Could not parse frame properties.\n", Err2);
|
||||
}
|
||||
err = WebPMuxPushFrame(mux, &webpdata, x_offset, y_offset,
|
||||
duration, 1);
|
||||
duration, 1);
|
||||
WebPDataClear(&webpdata);
|
||||
if (err != WEBP_MUX_OK) {
|
||||
ERROR_GOTO3("ERROR#%d: Could not add a frame at index %d.\n",
|
||||
|
Reference in New Issue
Block a user