registry.h

来自「由bmp生成mpeg2 的I_frame 数据」· C头文件 代码 · 共 29 行

H
29
字号
/*******************************************************************
                         Registry Interface
 *******************************************************************/
#ifndef REGISTRY_H
#define REGISTRY_H

#ifdef __cplusplus
extern "C" {
#endif

#ifndef REGISTRY_C
extern int get_color_conversion_type();
extern int get_idct_type();
extern int get_simd_mode();
extern int get_field_mode();
extern int get_resize_mode();
extern int get_filecheck_limit();
extern int get_color_matrix();
extern int get_gl_mode();
extern int get_file_mode();
extern int get_yuy2_mode();
#endif /* REGISTRY_C */

#ifdef __cplusplus
}
#endif
	
#endif /* REGISTRY_H */

⌨️ 快捷键说明

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