⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tffvdub.h

📁 从FFMPEG转换而来的H264解码程序,VC下编译..
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -