summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/src/enc/delta_palettization_enc.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-04-14 03:00:39 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-04-14 03:00:39 +0200
commit4677c8927b24da8121b737856b3259914bcf8bb6 (patch)
tree937be94efda2fdafbb5de8863a868f5eade5f8b2 /src/3rdparty/libwebp/src/enc/delta_palettization_enc.h
parent7a9b7172693e8fd90bb601d73506619b64a68993 (diff)
parentb83a0a9460432abb82218da247710a1aaf321336 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'src/3rdparty/libwebp/src/enc/delta_palettization_enc.h')
-rw-r--r--src/3rdparty/libwebp/src/enc/delta_palettization_enc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/3rdparty/libwebp/src/enc/delta_palettization_enc.h b/src/3rdparty/libwebp/src/enc/delta_palettization_enc.h
index 63048ec..b15e2cd 100644
--- a/src/3rdparty/libwebp/src/enc/delta_palettization_enc.h
+++ b/src/3rdparty/libwebp/src/enc/delta_palettization_enc.h
@@ -10,11 +10,11 @@
// Author: Mislav Bradac (mislavm@google.com)
//
-#ifndef WEBP_ENC_DELTA_PALETTIZATION_H_
-#define WEBP_ENC_DELTA_PALETTIZATION_H_
+#ifndef WEBP_ENC_DELTA_PALETTIZATION_ENC_H_
+#define WEBP_ENC_DELTA_PALETTIZATION_ENC_H_
-#include "../webp/encode.h"
-#include "../enc/vp8li_enc.h"
+#include "src/webp/encode.h"
+#include "src/enc/vp8li_enc.h"
// Replaces enc->argb_[] input by a palettizable approximation of it,
// and generates optimal enc->palette_[].
@@ -22,4 +22,4 @@
// if delta-palettization is not producing expected saving.
WebPEncodingError WebPSearchOptimalDeltaPalette(VP8LEncoder* const enc);
-#endif // WEBP_ENC_DELTA_PALETTIZATION_H_
+#endif // WEBP_ENC_DELTA_PALETTIZATION_ENC_H_