On 8/10/2020 8:26 PM, Andreas Rheinhardt wrote:
> James Almer:
>> This function lets the API user reuse an AVBSFContext in case of stream
>> parameter changes.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/bsf.c | 26 ++
>> libavcodec/bsf.h | 14 ++
>>
James Almer:
> This function lets the API user reuse an AVBSFContext in case of stream
> parameter changes.
>
> Signed-off-by: James Almer
> ---
> libavcodec/bsf.c | 26 ++
> libavcodec/bsf.h | 14 ++
> 2 files changed, 40 insertions(+)
>
> diff --git a/libav