- Timestamp:
- 19 Apr 2014, 00:05:35 (11 years ago)
- Location:
- branches/SHM-6-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncLayerCfg.h
r694 r700 56 56 #endif 57 57 #if Q0074_SEI_COLOR_MAPPING 58 string m_cSeiColorMappingFile;58 string m_cSeiColorMappingFile; 59 59 #endif 60 60 -
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r699 r700 401 401 402 402 fclose( fic ); 403 404 if( retval != 1 ) 405 { 406 printf("Error: can't read color mapping information\n"); 407 } 403 408 404 409 return seiColorMappingInfo;
Note: See TracChangeset for help on using the changeset viewer.