FFmpeg
4.0
|
#include "libavcodec/options.c"
Go to the source code of this file.
Data Structures | |
struct | Dummy12Context |
struct | Dummy3Context |
Macros | |
#define | OFFSET(x) offsetof(Dummy12Context, x) |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | dummy_init (AVCodecContext *ctx) |
static int | dummy_close (AVCodecContext *ctx) |
static int | dummy_encode (AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
static void | test_copy_print_codec (const AVCodecContext *ctx) |
static void | test_copy (const AVCodec *c1, const AVCodec *c2) |
int | main (void) |
Variables | |
static const AVOption | dummy_options [] |
static const AVClass | dummy_v1_class |
static const AVClass | dummy_v2_class |
static AVCodec | dummy_v1_encoder |
static AVCodec | dummy_v2_encoder |
static AVCodec | dummy_v3_encoder |
static AVCodec | dummy_v4_encoder |
#define OFFSET | ( | x | ) | offsetof(Dummy12Context, x) |
Definition at line 56 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 57 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 24 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 32 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 39 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 123 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and test_copy().
Definition at line 140 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and main().
Definition at line 176 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
|
static |
Definition at line 64 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 71 of file options.c.
Referenced by avcodec_get_subtitle_rect_class().
|
static |
Definition at line 79 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and main().
|
static |
Definition at line 91 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and main().
|
static |
Definition at line 103 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and main().
|
static |
Definition at line 114 of file options.c.
Referenced by avcodec_get_subtitle_rect_class(), and main().