tffvdub.h

来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· C头文件 代码 · 共 34 行

H
34
字号
#ifndef _TFFVDUB_H_
#define _TFFVDUB_H_

#include "TpropertyPageSite.h"

struct IffProc;
struct IPropertyPage;
class TpropertyPageSite;
struct Tffvdub
{
private:
 IffProc *proc;
 IPropertyPage *page;
 TpropertyPageSite *pageSite;
 unsigned char *buf;unsigned int buflen;
 unsigned int srcDx,srcDy;
 unsigned int dstDx,dstDy,dstStride;
 void initProc(void);
 static void shiftWindow(HWND h,int dx,int dy);
public:
 bool ok,outchanged;
 Tffvdub(void);
 Tffvdub(const Tffvdub* Iffvdub);
 ~Tffvdub();

 int config(FilterActivation *fa,HWND m_hwnd,UINT msg,WPARAM wParam,LPARAM lParam);
 int run(const FilterActivation *fa);
 bool fss(char *dstbuf,int dstbuflen);
 long param(FilterActivation *fa);
 void scriptConfig(IScriptInterpreter *isi, CScriptValue *argv, int argc);
};

#endif

⌨️ 快捷键说明

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