cdecoderoptions.h

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

H
28
字号
#ifndef _CMISCPAGE_H_
#define _CMISCPAGE_H_

#include "TconfPageDecVideo.h"

class TmiscPage :public TconfPageDecVideo
{
private:
 bool islavc;
 struct Tworkaround
  {
   int ff_bug;
   int idc_chb;
  };
 static const Tworkaround workarounds[];
 void onMatrixExport(void);
protected:
 virtual INT_PTR msgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
public:
 TmiscPage(TffdshowPageDec *Iparent);
 virtual void init(void);
 virtual void cfg2dlg(void);
 virtual void getTip(char_t *tipS,size_t len);
 virtual bool reset(bool testonly=false);
 virtual void translate(void);
};

#endif

⌨️ 快捷键说明

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