CARPLAY版本整理
This commit is contained in:
40
MXC_A27-PCB4.5-270T/lib/hx170dec/include/rv_mbsetdesc.h
Normal file
40
MXC_A27-PCB4.5-270T/lib/hx170dec/include/rv_mbsetdesc.h
Normal file
@ -0,0 +1,40 @@
|
||||
/*------------------------------------------------------------------------------
|
||||
-- --
|
||||
-- This software is confidential and proprietary and may be used --
|
||||
-- only as expressly authorized by a licensing agreement from --
|
||||
-- --
|
||||
-- Hantro Products Oy. --
|
||||
-- --
|
||||
-- (C) COPYRIGHT 2006 HANTRO PRODUCTS OY --
|
||||
-- ALL RIGHTS RESERVED --
|
||||
-- --
|
||||
-- The entire notice above must be reproduced --
|
||||
-- on all copies and should not be removed. --
|
||||
-- --
|
||||
--------------------------------------------------------------------------------
|
||||
--
|
||||
-- Abstract : algorithm header file
|
||||
--
|
||||
--------------------------------------------------------------------------------
|
||||
--
|
||||
-- Version control information, please leave untouched.
|
||||
--
|
||||
-- $RCSfile: rv_mbsetdesc.h,v $
|
||||
-- $Date: 2009/03/11 14:00:12 $
|
||||
-- $Revision: 1.1 $
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef RV_MBSETDESC_H
|
||||
#define RV_MBSETDESC_H
|
||||
|
||||
#include "basetype.h"
|
||||
#include "dwl.h"
|
||||
#include "rvdecapi.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
RvDecOutput outData; /* Return PIC info */
|
||||
|
||||
} DecMbSetDesc;
|
||||
|
||||
#endif /* #ifndef RV_MBSETDESC_H */
|
Reference in New Issue
Block a user