blob: 22b299b9183e65b49f4bb6d1e2cf0da5ca73de88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef _VDEC_VERIFY_VPARSER_MPEG4_H_
#define _VDEC_VERIFY_VPARSER_MPEG4_H_
#include <mach/mt_typedefs.h>
UINT32 u4VParserMPEG4(UINT32 u4InstID, BOOL fgInquiry);
#endif // _PR_EMU_H_
|