vscale.h

来自「一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.」· C头文件 代码 · 共 34 行

H
34
字号
/* Copyright 1996, ESS Technology, Inc.					*//* SCCSID @(#)vscale.h	1.1 11/19/97 */ /* * $Log$ */#ifdef VSCALE#ifndef _VSCALE_H_#define _VSCALE_H_/************************************************************************* * global variables defined in vscale.c 				 * *************************************************************************/extern int VscaleReady;		/* ready to scale */extern int VscaleStart;		/* start to scale */extern int VscaleLineOutY;	/* where to find output */extern int VscaleLineInY; 	/* where to find input */extern int VscaleDeltaOut;	/* vertical size of macroblock after scaling */extern int VscaleLastFrame;	/* force last frame scaling when we see 0xb7 */extern int H_VscaleFrame; 	/* input only, not changed inside vscale *//************************************************************************* * global function prototype 						 * *************************************************************************/void vscale2(void);void resetVscale(void);void initVscale(int);void initVscale_Pointer(void);#endif#endif

⌨️ 快捷键说明

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