cqueue.h

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

H
29
字号
#ifndef _CQUEUEPAGE_H_
#define _CQUEUEPAGE_H_

#include "TconfPageDecVideo.h"

class TqueuePage :public TconfPageDecVideo
{
private:
 bool islavc;
 struct Tworkaround
  {
   int ff_bug;
   int idc_chb;
  };
 static const Tworkaround workarounds[];
 void delay2dlg(void),interlaced2dlg(void);
protected:
 virtual INT_PTR msgProc(UINT uMsg, WPARAM wParam, LPARAM lParam);
public:
 TqueuePage(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 + -
显示快捷键?