Skip to content

Improve adherence to coding guidelines in EncGOP.cpp

Frank Bossen requested to merge bossen/VVCSoftware_VTM:clean259 into master

Includes:

  • removal of unused function
  • use of const qualifier
  • add missing braces
  • fix variable naming
  • fix indentation

Merge request reports