FFmpeg
|
Go to the source code of this file.
Macros | |
#define | OFFSET(x) offsetof(SwsContext, x) |
#define | DEFAULT 0 |
#define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static const char * | sws_context_to_name (void *ptr) |
const AVClass * | sws_get_class (void) |
Get the AVClass for swsContext. More... | |
Variables | |
static const AVOption | swscale_options [] |
const AVClass | ff_sws_context_class |
#define OFFSET | ( | x | ) | offsetof(SwsContext, x) |
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
const AVClass ff_sws_context_class |
Definition at line 88 of file options.c.
Referenced by sws_alloc_context(), and sws_get_class().