Changeset 823 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO


Ignore:
Timestamp:
9 Jul 2014, 03:42:42 (11 years ago)
Author:
seregin
Message:

update to HM-15.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r595 r823  
    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.