Opened 5 years ago

Closed 5 years ago

#191 closed defect (fixed)

DebugBitstream broken by M0427 initialization

Reported by: tobias.hinz Owned by:
Priority: major Milestone: VTM-4.1
Component: VTM Version: VTM-4.0
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

DebugBitstream functionality is broken by initialization of static member variables introduced by M0427 in the RdCost class constructor. The kind of initialization causes a reset of the static members variables of the RdCost instance used by the encoder when the decoder is invoked.

The issue can be easily fixed by initialization of the static members where they are instantiated instead of in the class constructor.
A fix is provided.

Attachments (1)

JVET_M0427_INIT_FIX.patch (1.8 KB) - added by tobias.hinz 5 years ago.
patch file that fixes the issue

Download all attachments as: .zip

Change history (3)

Changed 5 years ago by tobias.hinz

patch file that fixes the issue

comment:1 Changed 5 years ago by ksuehring

comment:2 Changed 5 years ago by ksuehring

  • Milestone set to VTM-4.1
  • Resolution set to fixed
  • Status changed from new to closed

The MR was merged.

Note: See TracTickets for help on using tickets.