Searched refs:AV_OPT_FLAG_CHILD_CONSTS (Results 1 – 4 of 4) sorted by relevance
296 #define AV_OPT_FLAG_CHILD_CONSTS (1<<18) ///< set if option constants can also reside in child o… macro
263 int search_flags = (o->flags & AV_OPT_FLAG_CHILD_CONSTS) ? AV_OPT_SEARCH_CHILDREN : 0; in set_string_number()
41 #define CC AV_OPT_FLAG_CHILD_CONSTS
162 Add AV_OPT_FLAG_CHILD_CONSTS.