On 06/07/2020 01:53, Andreas Rheinhardt wrote:
Several cbs-functions had an unused CodedBitstreamContext parameter.
This commit removes these.
Yeah, the intent was that every call would be attached to a single context for
logging / debug stuff. That didn't end up getting any use, so it's fair
Several cbs-functions had an unused CodedBitstreamContext parameter.
This commit removes these.
Signed-off-by: Andreas Rheinhardt
---
As one sees, removing the ctx parameter from some of these functions
depends on removing it from others. But ff_cbs_alloc_unit_content is
separate from all the oth