Options definition for AVFormatContext. More...
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(AVFormatContext,x) |
#define | DEFAULT 0 |
#define | E AV_OPT_FLAG_ENCODING_PARAM |
#define | D AV_OPT_FLAG_DECODING_PARAM |
Functions | |
static const char * | format_to_name (void *ptr) |
static void * | format_child_next (void *obj, void *prev) |
static const AVClass * | format_child_class_next (const AVClass *prev) |
static void | avformat_get_context_defaults (AVFormatContext *s) |
AVFormatContext * | avformat_alloc_context (void) |
Allocate an AVFormatContext. | |
const AVClass * | avformat_get_class (void) |
Get the AVClass for AVFormatContext. |
Variables | |
static const AVOption | options [] |
static const AVClass | av_format_context_class |
Options definition for AVFormatContext.
Definition in file options.c.
#define D AV_OPT_FLAG_DECODING_PARAM |
#define E AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x | ) | offsetof(AVFormatContext,x) |
|
static |
Definition at line 137 of file options.c.
Referenced by avformat_alloc_context().
|
static |
Definition at line 128 of file options.c.
Referenced by avformat_get_class(), and avformat_get_context_defaults().