Changeset 1087 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 26 Mar 2015, 19:43:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1084 r1087 3036 3036 FILE* fic; 3037 3037 Int retval; 3038 if((fic = fopen(m_colourRemapSEIFile .c_str(),"r")) == (FILE*)NULL)3038 if((fic = fopen(m_colourRemapSEIFile,"r")) == (FILE*)NULL) 3039 3039 { 3040 3040 fprintf(stderr, "Can't open Colour Remapping Information SEI parameters file %s\n", m_colourRemapSEIFile);
Note: See TracChangeset for help on using the changeset viewer.