Changeset 296 in 3DVCSoftware for trunk/source/Lib/TLibVideoIO/TVideoIOYuv.h


Ignore:
Timestamp:
20 Feb 2013, 22:07:43 (12 years ago)
Author:
tech
Message:

Reintegrated branch 5.1-dev0 rev. 295.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibVideoIO/TVideoIOYuv.h

    r56 r296  
    6969 
    7070  bool  read  ( TComPicYuv*   pPicYuv, Int aiPad[2], Bool bRewind = false );     ///< read  one YUV frame with padding parameter
    71 #if PIC_CROPPING
    7271  Bool  write( TComPicYuv*    pPicYuv, Int cropLeft=0, Int cropRight=0, Int cropTop=0, Int cropBottom=0 );
    73 #else
    74   bool  write ( TComPicYuv*   pPicYuv, Int aiPad[2] );     ///< write one YUV frame with padding parameter
    75 #endif
    7672 
    7773  bool  isEof ();                                           ///< check for end-of-file
Note: See TracChangeset for help on using the changeset viewer.