Changeset 1078 in 3DVCSoftware for branches/HTM-12.1-dev0/source/App
- Timestamp:
- 21 Oct 2014, 22:36:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp
r1077 r1078 436 436 437 437 // Profile and level 438 #if H_MV 438 439 ("Profile", cfg_profiles, string(""), "Profile in VpsProfileTierLevel (Indication only)") 439 440 ("Level", cfg_levels , string(""), "Level indication in VpsProfileTierLevel (Indication only)") 440 441 ("Tier", cfg_tiers , string(""), "Tier indication in VpsProfileTierLevel (Indication only)") 441 442 ("InblFlag",m_inblFlag , std::vector<Bool>(0), "InblFlags in VpsProfileTierLevel (Indication only)" ) 443 #else 444 ("Profile", m_profile, Profile::NONE, "Profile to be used when encoding (Incomplete)") 445 ("Level", m_level, Level::NONE, "Level limit to be used, eg 5.1 (Incomplete)") 446 ("Tier", m_levelTier, Level::MAIN, "Tier to use for interpretation of --Level") 447 #endif 442 448 ("ProgressiveSource", m_progressiveSourceFlag, false, "Indicate that source is progressive") 443 449 ("InterlacedSource", m_interlacedSourceFlag, false, "Indicate that source is interlaced")
Note: See TracChangeset for help on using the changeset viewer.