diff --git a/examples/anim_util.c b/examples/anim_util.c index 38c2d8cd..f289e607 100644 --- a/examples/anim_util.c +++ b/examples/anim_util.c @@ -200,7 +200,7 @@ static int IsWebP(const WebPData* const webp_data) { return (WebPGetInfo(webp_data->bytes, webp_data->size, NULL, NULL) != 0); } -// Read animated WebP bitstream 'file_str' into 'AnimatedImage' struct. +// Read animated WebP bitstream 'webp_data' into 'AnimatedImage' struct. static int ReadAnimatedWebP(const char filename[], const WebPData* const webp_data, AnimatedImage* const image, int dump_frames,