Jpeg.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
源码类别:

DVD

开发平台:

Others

  1. /****************************************************************************************
  2.  *  Copyright (c) 2000 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: Jpeg.h $             
  6.  *
  7.  * Description:
  8.  * ============
  9.  * Management of JPG Clips
  10.  *
  11.  * Log:
  12.  * ====
  13.  ****************************************************************************************
  14.  * Updates:
  15.  ****************************************************************************************
  16.  * $Log: /SourceCode/I64_Common/I64_Reference/Playcore/Nav_Clips/Jpeg.h $
  17.  * 
  18.  ****************************************************************************************/
  19. #include "Config.h" // Global Configuration - do not remove!
  20. #ifdef CLIPS_JPEG_SUPPORT
  21. #ifndef __JPEG_H_
  22. #define __JPEG_H_
  23. #include "IncludeSysDefs.h"
  24. #include "PlaycoreFileSysFileSystem.h"
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Public Services
  27. BOOL JPEGClip_isKindOf(LPCWSTR i_pszFilename);
  28. void JPEGClip_construct(struct Clip_TAG *o_pThis, const FindData *i_pFileInfo);
  29. void JPEGClip_beforeStop(struct Clip_TAG *o_pThis);
  30. #endif //__JPEG_H_
  31. #endif //CLIPS_JPEG_SUPPORT