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

This commit is contained in:
Yaowu Xu 2014-01-22 15:46:49 -08:00 committed by Gerrit Code Review
commit 2229c173a6

View File

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