Changeset 820 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 7 Jul 2014, 11:08:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
r713 r820 78 78 Int m_iBLSourceHeight; 79 79 #endif 80 #if AVC_SYNTAX81 Char* m_pchBLSyntaxFile; ///< input BL syntax file name82 80 #endif 83 #endif84 #endif85 86 #if SYNTAX_OUTPUT87 Char* m_pchBLSyntaxFile; ///< input BL syntax file name88 #if !REPN_FORMAT_IN_VPS89 Int m_iBLSourceWidth;90 Int m_iBLSourceHeight;91 #endif92 Int m_iBLFrames;93 81 #endif 94 82 … … 116 104 , m_iBLSourceHeight(0) 117 105 #endif 118 #if SYNTAX_OUTPUT119 , m_iBLSourceWidth(0)120 , m_iBLSourceHeight(0)121 , m_iBLFrames(0)122 #endif123 106 #endif 124 107 , m_respectDefDispWindow(0)
Note: See TracChangeset for help on using the changeset viewer.