| Index: third_party/libwebp/dec/vp8i_dec.h
|
| diff --git a/third_party/libwebp/dec/vp8i.h b/third_party/libwebp/dec/vp8i_dec.h
|
| similarity index 98%
|
| rename from third_party/libwebp/dec/vp8i.h
|
| rename to third_party/libwebp/dec/vp8i_dec.h
|
| index 313d8a7b9486f83bdb1e008a3e076696ab19ef22..555853e8f87f922217eb425eaf24a55a1d76b512 100644
|
| --- a/third_party/libwebp/dec/vp8i.h
|
| +++ b/third_party/libwebp/dec/vp8i_dec.h
|
| @@ -15,11 +15,11 @@
|
| #define WEBP_DEC_VP8I_H_
|
|
|
| #include <string.h> // for memcpy()
|
| -#include "./common.h"
|
| -#include "./vp8li.h"
|
| -#include "../utils/bit_reader.h"
|
| -#include "../utils/random.h"
|
| -#include "../utils/thread.h"
|
| +#include "./common_dec.h"
|
| +#include "./vp8li_dec.h"
|
| +#include "../utils/bit_reader_utils.h"
|
| +#include "../utils/random_utils.h"
|
| +#include "../utils/thread_utils.h"
|
| #include "../dsp/dsp.h"
|
|
|
| #ifdef __cplusplus
|
| @@ -31,8 +31,8 @@ extern "C" {
|
|
|
| // version numbers
|
| #define DEC_MAJ_VERSION 0
|
| -#define DEC_MIN_VERSION 5
|
| -#define DEC_REV_VERSION 2
|
| +#define DEC_MIN_VERSION 6
|
| +#define DEC_REV_VERSION 0
|
|
|
| // YUV-cache parameters. Cache is 32-bytes wide (= one cacheline).
|
| // Constraints are: We need to store one 16x16 block of luma samples (y),
|
|
|