Ignore:
Timestamp:
11 Aug 2014, 22:57:39 (10 years ago)
Author:
seregin
Message:

fix CRI SEI file check, reported by Ramasubramonian, Adarsh Krishnan <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncLayerCfg.cpp

    r856 r859  
    517517#endif
    518518#if Q0074_COLOUR_REMAPPING_SEI
    519   if ( m_colourRemapSEIFile.c_str() && !m_colourRemapSEICancelFlag )
     519  if ( m_colourRemapSEIFile.length() && !m_colourRemapSEICancelFlag )
    520520  {
    521521    xConfirmPara( m_colourRemapSEICodedDataBitDepth < 8 || m_colourRemapSEICodedDataBitDepth > 16 , "colour_remap_coded_data_bit_depth shall be in the range of 8 to 16, inclusive");
Note: See TracChangeset for help on using the changeset viewer.