FFmpeg
|
#include <lcms2.h>
#include "libavutil/csp.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "fflcms2.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | IccDetectContext |
Macros | |
#define | OFFSET(x) offsetof(IccDetectContext, x) |
#define | VF AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (iccdetect) | |
static av_cold void | iccdetect_uninit (AVFilterContext *avctx) |
static av_cold int | iccdetect_init (AVFilterContext *avctx) |
static int | iccdetect_filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | iccdetect_options [] |
static const AVFilterPad | iccdetect_inputs [] |
const AVFilter | ff_vf_iccdetect |
filter for generating ICC profiles
Definition in file vf_iccdetect.c.
#define OFFSET | ( | x | ) | offsetof(IccDetectContext, x) |
Definition at line 46 of file vf_iccdetect.c.
Definition at line 47 of file vf_iccdetect.c.
AVFILTER_DEFINE_CLASS | ( | iccdetect | ) |
|
static |
Definition at line 56 of file vf_iccdetect.c.
|
static |
Definition at line 63 of file vf_iccdetect.c.
|
static |
Definition at line 69 of file vf_iccdetect.c.
|
static |
Definition at line 49 of file vf_iccdetect.c.
|
static |
Definition at line 121 of file vf_iccdetect.c.
const AVFilter ff_vf_iccdetect |
Definition at line 129 of file vf_iccdetect.c.