|
FFmpeg
|
Options definition for AVFormatContext. More...
#include "avformat.h"#include "avformat_internal.h"#include "avio_internal.h"#include "demux.h"#include "internal.h"#include "libavcodec/avcodec.h"#include "libavcodec/codec_par.h"#include "libavutil/attributes.h"#include "libavutil/avassert.h"#include "libavutil/iamf.h"#include "libavutil/internal.h"#include "libavutil/intmath.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "options_table.h"Go to the source code of this file.
Macros | |
| #define | ITER_STATE_SHIFT 16 |
| #define | DISPOSITION_OPT(ctx) |
| #define | FLAGS AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
| #define | OFFSET(x) |
| #define | OFFSET(x) |
| #define | OFFSET(x) |
Enumerations | |
| enum | { CHILD_CLASS_ITER_AVIO = 0 , CHILD_CLASS_ITER_MUX , CHILD_CLASS_ITER_DEMUX , CHILD_CLASS_ITER_DONE } |
Variables | |
| static const AVClass | av_format_context_class |
| static const AVOption | stream_options [] |
| static const AVClass | stream_class |
| static const AVOption | tile_grid_options [] |
| static const AVClass | tile_grid_class |
| static const AVOption | tref_options [] |
| static const AVClass | tref_class |
| static const AVOption | layered_video_options [] |
| static const AVClass | layered_video_class |
| static const AVOption | stream_group_options [] |
| static const AVClass | stream_group_class |
Options definition for AVFormatContext.
Definition in file options.c.
| #define ITER_STATE_SHIFT 16 |
Definition at line 75 of file options.c.
Referenced by format_child_class_iterate().
| #define DISPOSITION_OPT | ( | ctx | ) |
| #define FLAGS AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM |
| #define OFFSET | ( | x | ) |
| #define OFFSET | ( | x | ) |
| #define OFFSET | ( | x | ) |
| anonymous enum |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 141 of file options.c.
Referenced by avformat_alloc_context().
|
static |
Definition at line 160 of file options.c.
Referenced by avformat_alloc_context().
| AVStream * avformat_new_stream | ( | AVFormatContext * | s, |
| const AVCodec * | c ) |
|
static |
|
static |
|
static |
Definition at line 545 of file options.c.
Referenced by avformat_stream_group_add_stream().
|
static |
Definition at line 573 of file options.c.
Referenced by av_disposition_from_string(), and av_disposition_to_string().
| int av_disposition_from_string | ( | const char * | disp | ) |
| const char * av_disposition_to_string | ( | int | disposition | ) |
| disposition | a combination of AV_DISPOSITION_* values |
Definition at line 587 of file options.c.
Referenced by print_dispositions(), and show_dispositions().
|
static |
Definition at line 130 of file options.c.
Referenced by avformat_alloc_context(), and avformat_get_class().
|
static |
Definition at line 221 of file options.c.
Referenced by av_disposition_from_string(), and av_disposition_to_string().
|
static |
Definition at line 235 of file options.c.
Referenced by av_stream_get_class(), and avformat_new_stream().
|
static |
|
static |
Definition at line 345 of file options.c.
Referenced by avformat_stream_group_create(), and stream_group_child_iterate().
|
static |
|
static |
Definition at line 359 of file options.c.
Referenced by avformat_stream_group_create(), and stream_group_child_iterate().
|
static |
|
static |
Definition at line 385 of file options.c.
Referenced by avformat_stream_group_create(), and stream_group_child_iterate().
|
static |
|
static |
Definition at line 456 of file options.c.
Referenced by av_stream_group_get_class(), and avformat_stream_group_create().