From b33f5299a59f5f155a4df5cb630b1de2acdb25b2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 26 Jul 2018 20:32:13 -0300 Subject: avcodec/bsf: add a flushing mechanism to AVBSFContext Meant to reset the internal bsf state without the need to reinitialize it. Signed-off-by: James Almer --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index efe15ba..468cc12 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-08-16 - xxxxxxxxxx - lavc 58.23.100 - avcodec.h + Add av_bsf_flush(). + 2018-05-xx - xxxxxxxxxx - lavf 58.15.100 - avformat.h Add pmt_version field to AVProgram -- cgit v1.1