diff options
author | Anton Khirnov | 2011-08-23 07:11:26 +0200 |
---|---|---|
committer | Anton Khirnov | 2011-09-03 20:52:21 +0200 |
commit | c11fb8288d282da430f598bb029deccbacb31591 (patch) | |
tree | 22a1048ae72d776fd0681f063f391208d80171f7 /doc/APIchanges | |
parent | 5938e02185430ca711106aaec9b5622dbf588af3 (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/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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(). |