quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libdovi: MMR coefficients always start with a zeroed array

quietvoid opened this issue · comments

This is wrong and it's caused by the parsing allocating an extra array.
However the writing has the same bug so it writes the right coefficients, resulting in identical output.

Users of the mmr_coef{_int} array are the only ones affected by this bug.