1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /*------------------------------------------------------------------------------
- -- --
- -- 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 :
- --
- --------------------------------------------------------------------------------
- --
- -- Version control information, please leave untouched.
- --
- -- $RCSfile: rv_headers.h,v $
- -- $Date: 2009/03/11 14:00:12 $
- -- $Revision: 1.1 $
- --
- ------------------------------------------------------------------------------*/
- /*------------------------------------------------------------------------------
- Table of context
- 1. xxx...
-
-
- ------------------------------------------------------------------------------*/
- #ifndef RV_HEADERS_H
- #define RV_HEADERS_H
- #include "basetype.h"
- #include "rv_container.h"
- u32 rv_DecodeSliceHeader(DecContainer * pDecContainer);
- #endif /* #ifndef RV_HEADERS_H */
|