#include "libavutil/avutil.h"
#include "libavutil/pixfmt.h"
#include "libavcodec/opt.h"
#include "swscale.h"
#include "swscale_internal.h"
Go to the source code of this file.
Defines | |
#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) |
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 const char* sws_context_to_name | ( | void * | ptr | ) | [static] |
const AVClass sws_context_class = { "SWScaler", sws_context_to_name, options } |