Options definition for AVFormatContext.
More...
Go to the source code of this file.
Options definition for AVFormatContext.
Definition in file options.c.
◆ ITER_STATE_SHIFT
#define ITER_STATE_SHIFT 16 |
◆ anonymous enum
Enumerator |
---|
CHILD_CLASS_ITER_AVIO | |
CHILD_CLASS_ITER_MUX | |
CHILD_CLASS_ITER_DEMUX | |
CHILD_CLASS_ITER_DONE | |
Definition at line 92 of file options.c.
◆ format_to_name()
◆ format_child_next()
◆ format_child_class_next()
◆ format_child_class_iterate()
static const AVClass* format_child_class_iterate |
( |
void ** |
iter | ) |
|
|
static |
◆ get_category()
◆ io_open_default()
◆ io_close_default()
◆ avformat_get_context_defaults()
◆ av_fmt_ctx_get_duration_estimation_method()
Returns the method used to set ctx->duration.
- Returns
- AVFMT_DURATION_FROM_PTS, AVFMT_DURATION_FROM_STREAM, or AVFMT_DURATION_FROM_BITRATE.
Definition at line 211 of file options.c.
◆ av_format_context_class
const AVClass av_format_context_class |
|
static |
Initial value:= {
.class_name = "AVFormatContext",
}
#define LIBAVUTIL_VERSION_INT
@ AV_CLASS_CATEGORY_MUXER
AVClassCategory category
Category used for visualization (like color) This is only set if the category is equal for all object...
const struct AVClass *(* child_class_iterate)(void **iter)
Iterate over the AVClasses corresponding to potential AVOptions-enabled children.
Definition at line 155 of file options.c.
Referenced by avformat_get_class(), and avformat_get_context_defaults().