changed to use vpx_integer.h for type definition

Change-Id: I7739849aa8dd5dcb0755858367fd3223587d107f
This commit is contained in:
Yaowu Xu 2014-01-22 12:52:31 -08:00
Родитель a1d8918fd1
Коммит ea2d319cfc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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