摘要: /// encoder configuration class class TAppEncCfg { // coding tools (bit-depth) UInt m_uiInputBitDepth; ///< bit-depth of input file UInt m_uiOutputBitDepth; ///< bit-depth of output file UInt m_uiInternalBitDepth; ///< Internal bit-depth (BitDepth+BitIncrement) } bool TVideoIOYuv::read ( TC 阅读全文
posted @ 2011-10-28 12:42 mlj318 阅读(886) 评论(0) 推荐(0)