cosmetics after 9523f2a

spelling, indent and other style conformance

Change-Id: Iad720c0d85f2147676e302439d57628712d3b109
This commit is contained in:
James Zern
2011-12-01 13:05:31 -08:00
parent 38bd5bb524
commit eda520a92e
3 changed files with 12 additions and 11 deletions

View File

@ -73,7 +73,7 @@ typedef struct {
// prediction modes coding (0=no degradation, 100=full)
int alpha_compression; // Algorithm for encoding the alpha plane (0 = none,
// 1 = Backward reference counts encoded with
// Arithmetic encoder). Default is 1.
// arithmetic encoder). Default is 1.
int alpha_quality; // Between 0 (smallest size) and 100 (lossless).
// Default is 100.
} WebPConfig;