Re: [FFmpeg-devel] [PATCH 1/2] avcodec/cbs: Remove unused function parameters

2020-07-06 Thread Mark Thompson
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

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs: Remove unused function parameters

2020-07-05 Thread Andreas Rheinhardt
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