#include "libavutil/avutil.h"#include "libavutil/opt.h"#include "libavutil/pixfmt.h"#include "swscale.h"#include "swscale_internal.h"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 | options [] |
| const AVClass | sws_context_class = { "SWScaler", sws_context_to_name, options } |
| #define OFFSET | ( | x | ) | offsetof(SwsContext, x) |
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Get the AVClass for swsContext.
It can be used in combination with AV_OPT_SEARCH_FAKE_OBJ for examining options.
Definition at line 71 of file options.c.
Referenced by init(), opt_default(), and show_help_default().
Definition at line 69 of file options.c.
Referenced by sws_alloc_context(), and sws_get_class().