[h264e]: include the header files

I forget to include header files which would make the compiler
complain.

Change-Id: I745644f4577d05ef22adbd570dc94b6161eb65c8
Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
Randy Li
2017-03-09 18:00:13 +08:00
committed by Herman Chen
parent 486eb52847
commit 83fba535db

View File

@@ -19,15 +19,13 @@
#include <limits.h>
#include "rk_mpi.h"
#include "mpp_env.h"
#include "mpp_mem.h"
#include "mpp_frame.h"
#include "mpp_common.h"
#include "mpp_rc.h"
#include "hal_h264e_com.h"
#include "hal_h264e_vepu.h"
#include "hal_h264e_vpu_tbl.h"
#include "hal_h264e_header.h"
static void hal_h264e_vpu_swap_endian(RK_U32 *buf, RK_S32 size_bytes)
{