cmaskingtheo.h

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

H
21
字号
#ifndef _CMASKINGTHEOPAGE_H_
#define _CMASKINGTHEOPAGE_H_

#include "TconfPageEnc.h"

class TmaskingPageTheo :public TconfPageEnc
{
private:
 static const char_t *sharpenesss[];
 void sensitivity2dlg(void);
public:
 TmaskingPageTheo(TffdshowPageEnc *Iparent);
 virtual bool enabled(void);
 virtual bool forCodec(int codecId) {return theora_codec(codecId);}
 virtual void init(void);
 virtual void cfg2dlg(void);
 virtual void translate(void);
};

#endif

⌨️ 快捷键说明

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