AVOptions. More...
#include "rational.h"
#include "avutil.h"
#include "dict.h"
#include "log.h"
#include "pixfmt.h"
#include "samplefmt.h"
#include "version.h"
Go to the source code of this file.
AVOptions.
Definition in file opt.h.
a generic parameter which can be set by the user for muxing or encoding
Definition at line 285 of file opt.h.
Referenced by ffm_write_header_codec_private_ctx(), ffserver_save_avoption(), filter_codec_opts(), open_output_file(), opt_list(), print_codec(), print_option(), show_help_default(), and show_help_muxer().
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 286 of file opt.h.
Referenced by filter_codec_opts(), open_input_file(), opt_list(), PCMDEF(), print_codec(), show_help_default(), and show_help_demuxer().
Definition at line 290 of file opt.h.
Referenced by avcodec_get_context_defaults3(), ffm_write_header(), ffserver_opt_preset(), ffserver_parse_config_stream(), ffserver_save_avoption(), filter_codec_opts(), opt_list(), and show_help_default().
Definition at line 291 of file opt.h.
Referenced by avcodec_get_context_defaults3(), ffm_write_header(), ffserver_opt_preset(), ffserver_parse_config_stream(), ffserver_save_avoption(), filter_codec_opts(), opt_list(), and show_help_default().
Definition at line 292 of file opt.h.
Referenced by avcodec_get_context_defaults3(), filter_codec_opts(), and opt_list().
The option is inteded for exporting values to the caller.
Definition at line 296 of file opt.h.
Referenced by opt_list().
The option may not be set through the AVOptions API, only read.
This flag only makes sense when AV_OPT_FLAG_EXPORT is also set.
Definition at line 301 of file opt.h.
Referenced by av_opt_set(), av_opt_set_bin(), av_opt_set_defaults2(), av_opt_set_dict_val(), opt_list(), and set_number().
a generic parameter which can be set by the user for filtering
Definition at line 302 of file opt.h.
Referenced by opt_list(), and show_help_default().