mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
AVOptions: add av_opt_find() as a replacement for av_find_opt.
This commit is contained in:
parent
7e83e1c511
commit
dc59ec5e79
6 changed files with 70 additions and 9 deletions
|
|
@ -70,6 +70,13 @@ typedef struct {
|
|||
* can be NULL of course
|
||||
*/
|
||||
int parent_log_context_offset;
|
||||
|
||||
/**
|
||||
* A function for extended searching, e.g. in possible
|
||||
* children objects.
|
||||
*/
|
||||
const struct AVOption* (*opt_find)(void *obj, const char *name, const char *unit,
|
||||
int opt_flags, int search_flags);
|
||||
} AVClass;
|
||||
|
||||
/* av_log API */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue