Changeset 1321 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 7 Sep 2015, 18:16:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncGOP.cpp
r1313 r1321 1428 1428 if ( gopNum == MAX_GOP) 1429 1429 { 1430 printf( "\nError: FrameI_l%d cannot enable inter-component prediction .\n", pcSlice->getVPS()->getLayerIdInVps( getLayerId() ) );1430 printf( "\nError: FrameI_l%d cannot enable inter-component prediction on slice level. All reference layers need to be available and at least one tool using inter-component prediction must be enabled in the SPS. \n", pcSlice->getVPS()->getLayerIdInVps( getLayerId() ) ); 1431 1431 } 1432 1432 else 1433 1433 { 1434 printf( "\nError: Frame%d_l%d cannot enable inter-component prediction .\n", gopNum, pcSlice->getVPS()->getLayerIdInVps( getLayerId() ) );1434 printf( "\nError: Frame%d_l%d cannot enable inter-component prediction on slice level. All reference layers need to be available and at least one tool using inter-component prediction must be enabled in the SPS. \n", gopNum, pcSlice->getVPS()->getLayerIdInVps( getLayerId() ) ); 1435 1435 } 1436 1436 … … 1441 1441 pcSlice->checkInCompPredRefLayers(); 1442 1442 } 1443 1444 1443 #if NH_3D_IV_MERGE 1445 1444 // This needs to be done after initialization of 3D tool parameters.
Note: See TracChangeset for help on using the changeset viewer.