From 836607e68aed80a20499d9a19ae37f20c2cdcad2 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Sun, 5 Mar 2017 00:59:36 -0800 Subject: [PATCH] webpdec.h: fix a doc typo Change-Id: Ie1c4c2f0008904bfc37c838d2bd168e982155308 --- imageio/webpdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imageio/webpdec.h b/imageio/webpdec.h index 6db801f6..d329d41f 100644 --- a/imageio/webpdec.h +++ b/imageio/webpdec.h @@ -51,7 +51,7 @@ VP8StatusCode DecodeWebPIncremental( //------------------------------------------------------------------------------ -// Reads a WebP from 'in_file', returning the decoded output in 'pic'. +// Decodes a WebP contained in 'data', returning the decoded output in 'pic'. // Output is RGBA or YUVA, depending on pic->use_argb value. // If 'keep_alpha' is true and the WebP has an alpha channel, the output is RGBA // or YUVA. Otherwise, alpha channel is dropped and output is RGB or YUV.