Skip to content

david_decode: fix reference leak of input data

Janne Grunau requested to merge janne/dav1d:input_leak into master

Api documentation is quite clear that the library takes ownership of the input reference. It unrefs it only if a frame was produced and the data was consumed completely.

Merge request reports