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/TAppEncCfg.cpp

    r856 r859  
    19961996#if !SVC_EXTENSION
    19971997  // reading external Colour Remapping Information SEI message parameters from file
    1998   if( m_colourRemapSEIFile.c_str() )
     1998  if( m_colourRemapSEIFile.length() )
    19991999  {
    20002000    FILE* fic;
     
    20752075  for(UInt layer = 0; layer < m_numLayers; layer++)
    20762076  {
    2077     if( cfg_colourRemapSEIFile[layer]->c_str() )
     2077    if( cfg_colourRemapSEIFile[layer]->length() )
    20782078    {
    20792079      FILE* fic;
Note: See TracChangeset for help on using the changeset viewer.