examples: normalize icc related program arguments

use 'icc' rather than 'iccp'.

Change-Id: I9667f286bfa1cfeb0ac49148ba341d268b051b98
This commit is contained in:
James Zern
2013-03-13 14:04:20 -07:00
parent 5e338e0b9a
commit d8dc72a039
4 changed files with 10 additions and 10 deletions

View File

@ -196,7 +196,7 @@ static WebPMuxError DisplayInfo(const WebPMux* mux) {
printf("Features present:");
if (flag & ANIMATION_FLAG) printf(" animation");
if (flag & FRAGMENTS_FLAG) printf(" image fragments");
if (flag & ICCP_FLAG) printf(" icc profile");
if (flag & ICCP_FLAG) printf(" ICC profile");
if (flag & EXIF_FLAG) printf(" EXIF metadata");
if (flag & XMP_FLAG) printf(" XMP metadata");
if (flag & ALPHA_FLAG) printf(" transparency");