Changeset 859 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 11 Aug 2014, 22:57:39 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r856 r859 1996 1996 #if !SVC_EXTENSION 1997 1997 // reading external Colour Remapping Information SEI message parameters from file 1998 if( m_colourRemapSEIFile. c_str() )1998 if( m_colourRemapSEIFile.length() ) 1999 1999 { 2000 2000 FILE* fic; … … 2075 2075 for(UInt layer = 0; layer < m_numLayers; layer++) 2076 2076 { 2077 if( cfg_colourRemapSEIFile[layer]-> c_str() )2077 if( cfg_colourRemapSEIFile[layer]->length() ) 2078 2078 { 2079 2079 FILE* fic;
Note: See TracChangeset for help on using the changeset viewer.