Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-08-29 21:16:59 +0300
committerJames Almer <jamrial@gmail.com>2016-08-30 03:56:20 +0300
commit115a90a0dbeb3ddadec5d57c0c17dd9ce16580ed (patch)
treebdadee6fb0349c46ca080fceccc3b2c2fc46a942 /doc
parent92916e8542e425ca20daddb490261a5818643206 (diff)
doc/APIChanges: mention nb_threads addition to AVFilterContext
Reviewed-by: Paul B Mahol <onemda@gmail.com> 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 2572b1c85d..7ac809cab7 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-08-29 - 4493390 - lavfi 6.58.100 - avfilter.h
+ Add AVFilterContext.nb_threads.
+
2016-08-15 - c3c4c72 - lavc 57.53.100 - avcodec.h
Add trailing_padding to AVCodecContext to match the corresponding
field in AVCodecParameters.