Those functions get a value of the option with the given name from an object. More...
Those functions get a value of the option with the given name from an object.
Definition at line 1215 of file opt.c.
Referenced by av_probe_input_buffer2(), config_props(), ff_rtp_chain_mux_open(), ffio_copy_url_options(), main(), mpjpeg_get_boundary(), open_url(), opt_serialize(), parse_manifest(), parse_playlist(), pcm_read_header(), print_private_data(), process_client(), and read_data_continuous().
Definition at line 1273 of file opt.c.
Referenced by av_opt_flag_is_set(), config_output(), ff_frame_thread_encoder_init(), ff_rtp_get_payload_type(), ist_use(), opus_decode_subpacket(), ost_bind_filter(), and query_formats().
Definition at line 1300 of file opt.c.
Referenced by av_opt_get_video_rate().
Definition at line 1362 of file opt.c.
Referenced by config_output(), and query_formats().
Definition at line 1367 of file opt.c.
Referenced by config_output(), and query_formats().
Definition at line 1383 of file opt.c.
Referenced by read_frame_internal().
For an array-type option, get the number of elements in the array.
Definition at line 2177 of file opt.c.
Referenced by multiview_setup().
For an array-type option, retrieve the values of one or more array elements.
The array elements produced by this function will will be as if av_opt_getX() was called for each element, where X is specified by out_type. E.g. AV_OPT_TYPE_STRING corresponds to av_opt_get(). Typically this should be the same as the scalarized type of the AVOption being retrieved, but certain conversions are also possible - the same as those done by the corresponding av_opt_get*() function. E.g. any option type can be retrieved as a string, numeric types can be retrieved as int64, double, or rational, etc.
For dynamically allocated types (strings, binary, dicts, etc.), the result is owned and freed by the caller.
Definition at line 2195 of file opt.c.
Referenced by main(), and multiview_setup().