Changeset 906 in SHVCSoftware for trunk/source/Lib/TLibVideoIO


Ignore:
Timestamp:
15 Oct 2014, 07:25:10 (10 years ago)
Author:
seregin
Message:

merge SHM-dev

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r595 r906  
    470470  Bool retval = true;
    471471
     472  if ((width==0)||(height==0))
     473  {
     474    printf ("\nWarning: writing %d x %d luma sample output picture!", width, height);
     475  }
     476
    472477  if (m_bitDepthShiftY != 0 || m_bitDepthShiftC != 0)
    473478  {
     
    567572 
    568573  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  }
    569579 
    570580  if (m_bitDepthShiftY != 0 || m_bitDepthShiftC != 0)
Note: See TracChangeset for help on using the changeset viewer.