gif2webp: set enc_options.verbose = 0 w/-quiet

Change-Id: I4852d18f7c04f1f48684459f0ac5b002a8c2f27b
This commit is contained in:
James Zern 2016-02-01 17:00:51 -08:00
parent ab3c2583aa
commit 5e122bd6d6

View File

@ -217,6 +217,7 @@ int main(int argc, const char *argv[]) {
return 0;
} else if (!strcmp(argv[c], "-quiet")) {
quiet = 1;
enc_options.verbose = 0;
} else if (!strcmp(argv[c], "-v")) {
verbose = 1;
enc_options.verbose = 1;