Changeset 906 in SHVCSoftware for trunk/source/Lib/TLibVideoIO
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-dev (added) merged: 817-905
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-dev/source (added) merged: 818-875,877-905
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r595 r906 470 470 Bool retval = true; 471 471 472 if ((width==0)||(height==0)) 473 { 474 printf ("\nWarning: writing %d x %d luma sample output picture!", width, height); 475 } 476 472 477 if (m_bitDepthShiftY != 0 || m_bitDepthShiftC != 0) 473 478 { … … 567 572 568 573 Bool retval = true; 574 575 if ((width==0)||(height==0)) 576 { 577 printf ("\nWarning: writing %d x %d luma sample output picture!", width, height); 578 } 569 579 570 580 if (m_bitDepthShiftY != 0 || m_bitDepthShiftC != 0)
Note: See TracChangeset for help on using the changeset viewer.