Merge pull request #3035 from radarhere/typos

Fix typos
This commit is contained in:
Hugo 2018-03-10 08:52:36 +02:00 committed by GitHub
commit b25e8f7769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ apply(PyObject *self, PyObject* args)
} }
/* Match a morphologic LUT to a binary image and return a list /* Match a morphologic LUT to a binary image and return a list
of the coordinates of all all matching pixels. of the coordinates of all matching pixels.
Expected parameters: Expected parameters:

View File

@ -13,8 +13,8 @@
/* /*
* Check the versions from mux.h and demux.h, to ensure the WebPAnimEncoder and * Check the versions from mux.h and demux.h, to ensure the WebPAnimEncoder and
* WebPAnimDecoder APIs are present (initial support was added in 0.5.0). The * WebPAnimDecoder APIs are present (initial support was added in 0.5.0). The
* very early versions added had some significant differences, so we require * very early versions had some significant differences, so we require later
* later versions, before enabling animation support. * versions, before enabling animation support.
*/ */
#if WEBP_MUX_ABI_VERSION >= 0x0104 && WEBP_DEMUX_ABI_VERSION >= 0x0105 #if WEBP_MUX_ABI_VERSION >= 0x0104 && WEBP_DEMUX_ABI_VERSION >= 0x0105
#define HAVE_WEBPANIM #define HAVE_WEBPANIM