Update comments

This commit is contained in:
harukasan 2015-01-09 18:01:51 +09:00
parent c356a8c12f
commit fab8f03740
5 changed files with 28 additions and 16 deletions

View file

@ -1,3 +1,5 @@
// Package webp provides an interface to libwebp library to decoding/encoding
// WebP image.
package webp
/*
@ -19,7 +21,7 @@ const (
YUV420A ColorSpace = C.WEBP_YUV420A
)
// Preset corresponds to C.WebPPreset
// Preset corresponds to C.WebPPreset.
type Preset int
const (