FFmpeg
|
#include "avcodec.h"
#include "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.
Macros | |
#define | alloc_and_copy_or_fail(obj, size, pad) |
#define | FOFFSET(x) offsetof(AVFrame,x) |
#define | SROFFSET(x) offsetof(AVSubtitleRect,x) |
Variables | |
static const AVClass | av_codec_context_class |
static const AVOption | frame_options [] |
static const AVClass | av_frame_class |
static const AVOption | subtitle_rect_options [] |
static const AVClass | av_subtitle_rect_class |
Options definition for AVCodecContext.
Definition in file options.c.
#define alloc_and_copy_or_fail | ( | obj, | |
size, | |||
pad | |||
) |
#define SROFFSET | ( | x | ) | offsetof(AVSubtitleRect,x) |
|
static |
|
static |
|
static |
|
static |
Definition at line 91 of file options.c.
Referenced by avcodec_alloc_context3(), and avcodec_get_context_defaults3().
|
static |
Definition at line 190 of file options.c.
Referenced by avcodec_copy_context().
|
static |
Definition at line 79 of file options.c.
Referenced by avcodec_get_class(), and init_context_defaults().
|
static |
|
static |
Definition at line 314 of file options.c.
Referenced by avcodec_get_frame_class().
|
static |
Definition at line 339 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().