drmadpmodelid.h

来自「Zoran V966 DVD 解码 Soc芯片的源程序」· C头文件 代码 · 共 22 行

H
22
字号
/*
// $Header: /I76/I76_Common/I76_Reference/Playcore/Nav_Clips/AviDrm/libDrmDecrypt/DrmAdpModelId.h 1     2/10/04 10:24p Lotan $
// Copyright (c) DivXNetworks, Inc. http://www.divxnetworks.com
// All rights reserved.
//
// This software is the confidential and proprietary information of DivxNetworks
// Inc. ("Confidential Information").  You shall not disclose such Confidential
// Information and shall use it only in accordance with the terms of the license
// agreement you entered into with DivXNetworks, Inc.
*/

/*
This model number is assigned to each product by DivXNetworks.
Value 0x31, 0x30 is a TEST value only.  The 12 bits of your
model number will be part of your local implementation of the DRM.
*/

#ifndef DRMADPMODELID_H_INCLUDE
#define _H_INCLUDE
#define MODEL_ID_LOW_BYTE 0x31
#define MODEL_ID_TOP_BYTE 0x30 & 0xF0 /* Only half of the byte counts. */
#endif DRMADPMODELID_H_INCLUDE

⌨️ 快捷键说明

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