1 #ifndef VIDDEC_MP4_DECODEVIDEOOBJECTPLANE_H
2 #define VIDDEC_MP4_DECODEVIDEOOBJECTPLANE_H
3 #include "viddec_fw_debug.h"
4 #include "viddec_parser_ops.h"
5 #include "viddec_mp4_parse.h"
6 
7 mp4_Status_t mp4_DecodeVideoObjectPlane(mp4_Info_t *pInfo);
8 
9 //void mp4_copy_info_to_dmem(mp4_Info_t *pInfo, mp4_MBHWInterface *ptr_parameters);
10 
11 #endif
12