ac3_2ch_boot.h
来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 17 行
H
17 行
#ifndef ac3_2ch_boot_h
#define ac3_2ch_boot_h
#define ac3_2ch_boot_microcode_size 1074
#define ac3_2ch_boot_microcode_size_compressed 1721
extern CONST UINT16
ac3_2ch_boot_microcode_version;
extern CONST UINT16
ac3_2ch_boot_microcode_features;
extern CONST UINT8
ac3_2ch_boot_microcode[ac3_2ch_boot_microcode_size_compressed];
#endif /* ac3_2ch_boot_h */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?