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

📄 cdeinterlace.h

📁 从FFMPEG转换而来的H264解码程序,VC下编译..
💻 H
字号:
#ifndef _CDEINTERLACEPAGE_H_
#define _CDEINTERLACEPAGE_H_

#include "TconfPageDecVideo.h"

class TdeinterlacePanel;
class TdeinterlacePage :public TconfPageDecVideo
{
private:
 TdeinterlacePanel *panel;
 HWND place;RECT placer;
 void fillDeinterlacers(void),deint2dlg(void);
 strings diflnms;int dscalerstart;
protected:
 virtual INT_PTR msgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
public:
 TdeinterlacePage(TffdshowPageDec *Iparent,const TfilterIDFF *idff);
 virtual void init(void);
 virtual void cfg2dlg(void);
 virtual void translate(void);
 virtual void getTip(char_t *tipS,size_t len);
 virtual bool reset(bool testonly=false);
};

#endif

⌨️ 快捷键说明

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