quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.
MIT License
581 stars 57 forks source link

libdovi: MMR coefficients always start with a zeroed array #197

Closed quietvoid closed 1 year ago

quietvoid commented 1 year ago

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.