Skip to content

Fix: GDR initialization and memory leak

Seungwook Hong requested to merge seuhong/ECM:FIXES_FOR_GDR into master

Some fixes for GDR after the official ECM 6.0 release. Changes include

  1. Change of picHeader allocation at Picture::finalInit(), will be freed at CodingStructure::destroy()
  2. Change of returning SLICE type when GDR in enabled at EncGOP::compressGOP(), EncSlice::initEncSlice()
  3. Change of picHeader initialization at EncSlice::initEncSlice()
Edited by Vadim Seregin

Merge request reports