SVCD.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /****************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: SVCD.h $
- *
- * Description:
- * ============
- * This file contains declarations of the SVCD navigator that are also used by other
- * modules.
- *
- * Log:
- * ====
- ****************************************************************************************/
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef SVCD_H_
- #define SVCD_H_
- #define SVCD_INFO_FILE_ADDRESS drv_msf2lbn(0, 4, 0)
- #define SVCD_KARINFO_FILE_ADDRESS drv_msf2lbn(0, 3, 0)
- #define SVCD_INFO_HDR_SIZE 26
- #define SVCD_ENTRIES_FILE_ADDRESS drv_msf2lbn(0, 4, 1)
- #define SVCD_ENTRIES_HDR_SIZE 12
- BOOL IsSVCDUsingPSD(void); // ZCO SH021403:Added to check Zoom availability
- BOOL IsSegmentPlay(void);
- int GetCurrentSVCDRes(void); // ZCO SH021403:Added to check Zoom availability
- #endif //SVCD_H_