shithub: libvpx

Download patch

ref: ea2d319cfc87d4d6d39a2244785742ef5406c99b
parent: a1d8918fd13e61753f7f420351cd7b9a2d6cc175
author: Yaowu Xu <yaowu@google.com>
date: Wed Jan 22 07:52:31 EST 2014

changed to use vpx_integer.h for type definition

Change-Id: I7739849aa8dd5dcb0755858367fd3223587d107f

--- 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