clips_menu_custom.c

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C语言 代码 · 共 30 行

C
30
字号
/****************************************************************************************************
*  Copyright (c) 2005 ZORAN Corporation, All Rights Reserved
*  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
*  File: clips_menu_custom.c
*
* Description:
* =========
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private named constants
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private macros
****************************************************************************************************/
/****************************************************************************************************
*	DEFINITION: Private (static) variables
****************************************************************************************************/
/****************************************************************************************************
*	DECLARATION: Private (static) functions
****************************************************************************************************/
#ifdef D_CUSTOM__IsAllowedIntroMode
static BOOL _IsAllowedIntroMode(void)
{
	// TODO: add more conditions as customer's request
	return DeviceManager_IsDiscCDDA();
}
#endif//D_CUSTOM__IsAllowedIntroMode

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?