summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-23 07:11:26 +0200
committerAnton Khirnov <anton@khirnov.net>2011-09-03 20:52:21 +0200
commitc11fb8288d282da430f598bb029deccbacb31591 (patch)
tree22a1048ae72d776fd0681f063f391208d80171f7 /doc
parent5938e02185430ca711106aaec9b5622dbf588af3 (diff)
AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().
It allows to search for options only with AVClass, without allocating the corresponding context.
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 a31268195f..240e613dda 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-08-xx - xxxxxxx - lavu 51.10.0
+ Add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find() function.
+
2011-08-xx - xxxxxx - lavu 51.9.0
Add av_fifo_peek2(), deprecate av_fifo_peek().