summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-tools_depends_native_TexturePacker_src_decoder_GifHelper_cpp
blob: 67e51c6e9dcaad71b36057d81d4dc3aa87e822c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- xbmc-19.3-Matrix.orig/tools/depends/native/TexturePacker/src/decoder/GifHelper.cpp	2021-10-24 12:09:58.000000000 +0200
+++ xbmc-19.3-Matrix/tools/depends/native/TexturePacker/src/decoder/GifHelper.cpp	2022-02-26 00:09:15.499548854 +0100
@@ -18,11 +18,11 @@
  *
  */
 
-#include "GifHelper.h"
 
 #include <algorithm>
 #include <cstdlib>
 #include <cstring>
+#include "GifHelper.h"
 
 #define UNSIGNED_LITTLE_ENDIAN(lo, hi)	((lo) | ((hi) << 8))
 #define GIF_MAX_MEMORY 82944000U // about 79 MB, which is equivalent to 10 full hd frames.