mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
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.
This commit is contained in:
parent
5938e02185
commit
c11fb8288d
5 changed files with 15 additions and 3 deletions
|
|
@ -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().
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue