mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 07:56:49 +02:00
webpmux: fix indent
+ remove unnecessary cast Change-Id: I2070fbe6aeda49f5790c69390e5b539a2c1a5616
This commit is contained in:
parent
f89e1690df
commit
6986bb5e12
@ -948,7 +948,7 @@ static int Process(const WebPMuxConfig* config) {
|
|||||||
}
|
}
|
||||||
ok = !parse_error;
|
ok = !parse_error;
|
||||||
if (!ok) goto Err2;
|
if (!ok) goto Err2;
|
||||||
params.loop_count = (int)loop_count;
|
params.loop_count = loop_count;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case SUBTYPE_ANMF: {
|
case SUBTYPE_ANMF: {
|
||||||
@ -1048,8 +1048,8 @@ static int Process(const WebPMuxConfig* config) {
|
|||||||
ErrorString(err), kDescriptions[feature->type_], Err2);
|
ErrorString(err), kDescriptions[feature->type_], Err2);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ERROR_GOTO1("ERROR: Invalid feature for action 'strip'.\n", Err2);
|
ERROR_GOTO1("ERROR: Invalid feature for action 'strip'.\n", Err2);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
ok = WriteWebP(mux, config->output_);
|
ok = WriteWebP(mux, config->output_);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user