mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-10 19:40:03 +08:00
[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:
@@ -19,15 +19,13 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#include "rk_mpi.h"
|
#include "rk_mpi.h"
|
||||||
#include "mpp_env.h"
|
|
||||||
#include "mpp_mem.h"
|
#include "mpp_mem.h"
|
||||||
#include "mpp_frame.h"
|
|
||||||
#include "mpp_common.h"
|
#include "mpp_common.h"
|
||||||
#include "mpp_rc.h"
|
|
||||||
|
|
||||||
#include "hal_h264e_com.h"
|
#include "hal_h264e_com.h"
|
||||||
#include "hal_h264e_vepu.h"
|
#include "hal_h264e_vepu.h"
|
||||||
#include "hal_h264e_vpu_tbl.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)
|
static void hal_h264e_vpu_swap_endian(RK_U32 *buf, RK_S32 size_bytes)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user