Changeset 1077 in 3DVCSoftware for branches/HTM-12.1-dev0
- Timestamp:
- 21 Oct 2014, 21:52:37 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r1076 r1077 1346 1346 1347 1347 1348 #if !H_MV 1349 if( m_profile==Profile::NONE ) 1350 { 1351 fprintf(stderr, "***************************************************************************\n"); 1352 fprintf(stderr, "** WARNING: For conforming bitstreams a valid Profile value must be set! **\n"); 1353 fprintf(stderr, "***************************************************************************\n"); 1354 } 1355 if( m_level==Level::NONE ) 1356 { 1357 fprintf(stderr, "***************************************************************************\n"); 1358 fprintf(stderr, "** WARNING: For conforming bitstreams a valid Level value must be set! **\n"); 1359 fprintf(stderr, "***************************************************************************\n"); 1360 } 1361 #endif 1348 1362 1349 1363 Bool check_failed = false; /* abort if there is a fatal configuration problem */
Note: See TracChangeset for help on using the changeset viewer.