Jpeg.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /****************************************************************************************
- * Copyright (c) 2000 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: Jpeg.h $
- *
- * Description:
- * ============
- * Management of JPG Clips
- *
- * Log:
- * ====
- ****************************************************************************************
- * Updates:
- ****************************************************************************************
- * $Log: /SourceCode/I64_Common/I64_Reference/Playcore/Nav_Clips/Jpeg.h $
- *
- ****************************************************************************************/
- #include "Config.h" // Global Configuration - do not remove!
- #ifdef CLIPS_JPEG_SUPPORT
- #ifndef __JPEG_H_
- #define __JPEG_H_
- #include "IncludeSysDefs.h"
- #include "PlaycoreFileSysFileSystem.h"
- /////////////////////////////////////////////////////////////////////////////
- // Public Services
- BOOL JPEGClip_isKindOf(LPCWSTR i_pszFilename);
- void JPEGClip_construct(struct Clip_TAG *o_pThis, const FindData *i_pFileInfo);
- void JPEGClip_beforeStop(struct Clip_TAG *o_pThis);
- #endif //__JPEG_H_
- #endif //CLIPS_JPEG_SUPPORT