Changeset 294 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibVideoIO/TVideoIOYuv.h
- Timestamp:
- 19 Feb 2013, 20:33:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibVideoIO/TVideoIOYuv.h
r56 r294 69 69 70 70 bool read ( TComPicYuv* pPicYuv, Int aiPad[2], Bool bRewind = false ); ///< read one YUV frame with padding parameter 71 #if PIC_CROPPING72 71 Bool write( TComPicYuv* pPicYuv, Int cropLeft=0, Int cropRight=0, Int cropTop=0, Int cropBottom=0 ); 73 #else74 bool write ( TComPicYuv* pPicYuv, Int aiPad[2] ); ///< write one YUV frame with padding parameter75 #endif76 72 77 73 bool isEof (); ///< check for end-of-file
Note: See TracChangeset for help on using the changeset viewer.