Skip to content
Snippets Groups Projects
EncAppCfg.h 54.6 KiB
Newer Older
  • Learn to ignore specific revisions
  •   bool  xHasLeadingPicture();                                 ///< check presence of leading pictures in GOP structure
    
      int   xAutoDetermineProfile();                              ///< auto determine the profile to use given the other configuration settings. Returns 1 if erred. Can select profile 'NONE'
    
    public:
      EncAppCfg();
      virtual ~EncAppCfg();
    
    public:
      void  create    ();                                         ///< create option handling class
      void  destroy   ();                                         ///< destroy option handling class
      bool  parseCfg  ( int argc, char* argv[] );                ///< parse configuration file to fill member variables
    
    };// END CLASS DEFINITION EncAppCfg
    
    //! \}
    
    #endif // __ENCAPPCFG__