Options definition for AVCodecContext.
More...
#include "config_components.h"
#include "avcodec.h"
#include "avcodec_internal.h"
#include "codec_internal.h"
#include "libavutil/avassert.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include <string.h>
#include "options_table.h"
Go to the source code of this file.
Options definition for AVCodecContext.
Definition in file options.c.
◆ SROFFSET
◆ context_to_name()
◆ codec_child_next()
| static void * codec_child_next |
( |
void * | obj, |
|
|
void * | prev ) |
|
static |
◆ codec_child_class_iterate()
| static const AVClass * codec_child_class_iterate |
( |
void ** | iter | ) |
|
|
static |
◆ get_category()
◆ init_context_defaults()
◆ av_codec_context_class
| const AVClass av_codec_context_class |
|
static |
Initial value:= {
.class_name = "AVCodecContext",
.log_level_offset_offset = 0x42 ,
}
#define LIBAVUTIL_VERSION_INT
FF_DISABLE_DEPRECATION_WARNINGS static FF_ENABLE_DEPRECATION_WARNINGS const char * context_to_name(void *ptr)
static const AVClass * codec_child_class_iterate(void **iter)
static AVClassCategory get_category(void *ptr)
static void * codec_child_next(void *obj, void *prev)
static const AVOption avcodec_options[]
@ AV_CLASS_CATEGORY_ENCODER
Definition at line 78 of file options.c.
Referenced by avcodec_get_class(), and init_context_defaults().
◆ subtitle_rect_options
Initial value:={
}
#define flags(name, subs,...)
@ AV_OPT_TYPE_FLAGS
Underlying C type is unsigned int.
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 191 of file options.c.
◆ av_subtitle_rect_class
| const AVClass av_subtitle_rect_class |
|
static |