FFmpeg
|
#include "libavutil/avutil.h"
#include "libavutil/opt.h"
#include "libavutil/pixfmt.h"
#include "swscale.h"
#include "swscale_internal.h"
Include dependency graph for libswscale/options.c:
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 |
Macro Definition Documentation
#define DEFAULT 0 |
Definition at line 33 of file libswscale/options.c.
#define OFFSET | ( | x | ) | offsetof(SwsContext, x) |
Definition at line 32 of file libswscale/options.c.
#define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 34 of file libswscale/options.c.
Function Documentation
|
static |
Definition at line 27 of file libswscale/options.c.
Variable Documentation
|
static |
Definition at line 36 of file libswscale/options.c.
const AVClass sws_context_class |
Initial value:
= {
.class_name = "SWScaler",
.item_name = sws_context_to_name,
.option = options,
.category = AV_CLASS_CATEGORY_SWSCALER,
.version = LIBAVUTIL_VERSION_INT,
}
Definition: log.h:38
static const char * sws_context_to_name(void *ptr)
Definition: libswscale/options.c:27
Definition at line 70 of file libswscale/options.c.
Referenced by sws_alloc_context(), sws_get_class(), and usePal().
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11