Home
last modified time | relevance | path

Searched refs:AV_OPT_FLAG_CHILD_CONSTS (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dopt.h296 #define AV_OPT_FLAG_CHILD_CONSTS (1<<18) ///< set if option constants can also reside in child o… macro
Dopt.c263 int search_flags = (o->flags & AV_OPT_FLAG_CHILD_CONSTS) ? AV_OPT_SEARCH_CHILDREN : 0; in set_string_number()
/third_party/ffmpeg/libavcodec/
Doptions_table.h41 #define CC AV_OPT_FLAG_CHILD_CONSTS
/third_party/ffmpeg/doc/
DAPIchanges162 Add AV_OPT_FLAG_CHILD_CONSTS.