Changeset 38 in SHVCSoftware for branches/SHM-1.1-dev/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 20 Feb 2013, 21:24:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-1.1-dev/source/Lib/TLibCommon/TComPic.h
r28 r38 44 44 #include "TComPicYuv.h" 45 45 #include "TComBitStream.h" 46 #if AVC_BASE || SYNTAX_OUTPUT 47 #include <fstream> 48 #endif 49 46 50 47 51 //! \ingroup TLibCommon … … 209 213 Void copyUpsampledPictureYuv(TComPicYuv* pcPicYuvIn, TComPicYuv* pcPicYuvOut); 210 214 #endif 215 #if AVC_SYNTAX 216 Void readBLSyntax( fstream* filestream, UInt numBytes ); 217 #endif 218 #if SYNTAX_OUTPUT 219 Void wrireBLSyntax( fstream* filestream, UInt numBytes ); 220 #endif 221 211 222 };// END CLASS DEFINITION TComPic 212 223 … … 214 225 215 226 #endif // __TCOMPIC__ 227
Note: See TracChangeset for help on using the changeset viewer.