cosmetics after mux changes b74ed6e, b494ad5

Change-Id: I8f693b1ba2537de89bda1dfbcf3b95abd17e420a
This commit is contained in:
James Zern
2012-06-20 16:02:53 -07:00
parent b494ad5096
commit b9ae4f0d88
4 changed files with 14 additions and 14 deletions

View File

@ -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",