summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-07-27 13:18:29 -0300
committerJames Almer <jamrial@gmail.com>2018-08-17 14:06:21 -0300
commite1e1e8dbb204085443d95a05f91a5c33574792ce (patch)
tree20005e4ab4583fc4207549048deefdea2cc8467c /doc
parent6a9c00c09d2bc50c0ea64ba092b2f4afc46aa978 (diff)
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 <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d385d73b0c..9ba03648c5 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2017-03-23
API changes, most recent first:
+2018-xx-xx - xxxxxxx - lavc 58.10.0 - avcodec.h
+ Add av_bsf_flush().
+
2018-02-xx - xxxxxxx - lavfi 7.1.0 - avfilter.h
Add AVFilterContext.extra_hw_frames.