123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /*------------------------------------------------------------------------------
- -- --
- -- 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 : Header file for VOP decoding functionality
- --
- --------------------------------------------------------------------------------
- --
- -- Version control information, please leave untouched.
- --
- -- $RCSfile: mp4dechwd_vop.h,v $
- -- $Date: 2007/11/26 10:06:48 $
- -- $Revision: 1.1 $
- --
- ------------------------------------------------------------------------------*/
- /*------------------------------------------------------------------------------
- Table of context
- 1. xxx...
-
-
- ------------------------------------------------------------------------------*/
- #ifndef STRMDEC_VOP_H_DEFINED
- #define STRMDEC_VOP_H_DEFINED
- #include "mp4dechwd_container.h"
- u32 StrmDec_DecodeVop(DecContainer * pDecContainer);
- u32 StrmDec_DecodeVopHeader(DecContainer * pDecContainer);
- #endif
|