Merge changes If1331d3c,I86fe3847

* changes:
  types.h: centralize use of stddef.h
  vp8io: use size_t for buffer size
This commit is contained in:
James Zern
2012-04-14 13:01:13 -07:00
committed by Gerrit Code Review
10 changed files with 5 additions and 11 deletions

View File

@ -18,7 +18,7 @@
extern "C" {
#endif
#define WEBP_DECODER_ABI_VERSION 0x0002
#define WEBP_DECODER_ABI_VERSION 0x0003
// Return the decoder's version number, packed in hexadecimal using 8bits for
// each of major/minor/revision. E.g: v2.5.7 is 0x020507.