shithub: libvpx

Download patch

ref: 2229c173a6e950660dbd6e60d2465e5a31a57b09
parent: 58eb0e63bdb0e7ff0e26d00c55b471d728e50559
parent: ea2d319cfc87d4d6d39a2244785742ef5406c99b
author: Yaowu Xu <[email protected]>
date: Wed Jan 22 10:46:49 EST 2014

Merge "changed to use vpx_integer.h for type definition"

--- a/vp9/encoder/vp9_resize.c
+++ b/vp9/encoder/vp9_resize.c
@@ -9,7 +9,6 @@
  */
 
 #include <assert.h>
-#include <inttypes.h>
 #include <limits.h>
 #include <math.h>
 #include <stdio.h>
@@ -17,6 +16,7 @@
 #include <string.h>
 #include "vp9/common/vp9_common.h"
 #include "vp9/encoder/vp9_resize.h"
+#include "vpx/vpx_integer.h"
 
 #define FILTER_BITS               7