summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-09 14:59:10 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-13 00:04:06 +0200
commit5c0d8bc4cea23cfe85c082a03871cf73190813fb (patch)
treed9020fdf476174054217f51a6996e01fe497fc35 /doc/APIchanges
parenta25346e65cc2f46e3a9ec1a12312a09cd9b132ed (diff)
lavfi: add avfilter_get_class() and iteration callbacks
Allow iteration over filter options.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index fd0abf5414..67b120d02a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-08-13 - xxxxxxx - lavfi 3.8.100 - avfilter.h
+ Add avfilter_get_class() function, and priv_class field to AVFilter
+ struct.
+
2012-08-13 - xxxxxxx - lavu 51.69.100 - opt.h
Add AV_OPT_FLAG_FILTERING_PARAM symbol in opt.h.