Skip to content

Fix: crash of Move deletion of picHeader from destroyCoeffs() to destroy()

Fixed the crash when GDR is enabled.

To determine GDR picture, a method getInGdrInterval() in picHeader will be invoked while picHeader could be null for non-GDR pictures.

Merge request reports