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

📄 options.hh

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 HH
字号:
#ifndef OPTIONS_HH#define OPTIONS_HH#include "types.hh"struct Options{  Options();  // Quality Flags#if 0  bool UseOnlyOneMVOfBiPred;    // This reduces the accuracy of the bidirectional prediction !  bool NoHalfPelInB;            //  """#endif  // Warnings#if 0  bool WarnOnFalseMPEG1Fields;#endif  // Output options#if 0  bool Disable_X11Shm;#endif  bool Postproc_ShowMBs;#if 0  bool Postproc_ShowQ;  bool Postproc_ShowMV;  bool Postproc_ShowMVCol;  bool Postproc_Mark;  bool Postproc_ShowMV_Hold;  bool Postproc_ShowMV_P;  bool Postproc_ShowMV_B;  bool Postproc_ShowMVCol_ShowPhase;  int  FrameWait;  // Time to wait after displaying a frame (in 1/100s)#endif};extern Options options;#endif

⌨️ 快捷键说明

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