Go to the source code of this file.
Initial value:
Definition at line 58 of file options.c.
Initial value:= {
.class_name = "dummy_v1_class",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption dummy_options[]
Definition at line 64 of file options.c.
Initial value:= {
.class_name = "dummy_v2_class",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption dummy_options[]
Definition at line 71 of file options.c.
Initial value:= {
.name = "dummy_v1_codec",
}
static int dummy_init(AVCodecContext *ctx)
static const AVClass dummy_v1_class
static int dummy_close(AVCodecContext *ctx)
static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition at line 79 of file options.c.
Referenced by main().
Initial value:= {
.name = "dummy_v2_codec",
}
static int dummy_init(AVCodecContext *ctx)
static const AVClass dummy_v2_class
static int dummy_close(AVCodecContext *ctx)
static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
Definition at line 91 of file options.c.
Referenced by main().
Initial value:= {
.name = "dummy_v3_codec",
}
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)
Definition at line 103 of file options.c.
Referenced by main().
Initial value:= {
.name = "dummy_v4_codec",
}
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)
Definition at line 114 of file options.c.
Referenced by main().