mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
fix some warnings from static analysis
http://code.google.com/p/webp/issues/detail?id=138 Change-Id: I21470e965357cc14eab356e2c477c7846ff76ef2
This commit is contained in:
@ -929,7 +929,7 @@ int main(int argc, const char *argv[]) {
|
||||
|
||||
// Read the input
|
||||
if (verbose) {
|
||||
StopwatchReadAndReset(&stop_watch);
|
||||
StopwatchReset(&stop_watch);
|
||||
}
|
||||
if (!ReadPicture(in_file, &picture, keep_alpha,
|
||||
(keep_metadata == 0) ? NULL : &metadata)) {
|
||||
@ -983,7 +983,7 @@ int main(int argc, const char *argv[]) {
|
||||
|
||||
// Compress
|
||||
if (verbose) {
|
||||
StopwatchReadAndReset(&stop_watch);
|
||||
StopwatchReset(&stop_watch);
|
||||
}
|
||||
if (crop != 0) {
|
||||
// We use self-cropping using a view.
|
||||
|
Reference in New Issue
Block a user