FFmpeg
|
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | ShowPaletteContext |
Macros | |
#define | OFFSET(x) offsetof(ShowPaletteContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (showpalette) | |
static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
static int | config_output (AVFilterLink *outlink) |
static void | disp_palette (AVFrame *out, const AVFrame *in, int size) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVOption | showpalette_options [] |
static const AVFilterPad | showpalette_inputs [] |
static const AVFilterPad | showpalette_outputs [] |
const AVFilter | ff_vf_showpalette |
Display frame palette (AV_PIX_FMT_PAL8)
Definition in file vf_showpalette.c.
#define OFFSET | ( | x | ) | offsetof(ShowPaletteContext, x) |
Definition at line 35 of file vf_showpalette.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 36 of file vf_showpalette.c.
AVFILTER_DEFINE_CLASS | ( | showpalette | ) |
|
static |
Definition at line 44 of file vf_showpalette.c.
|
static |
Definition at line 59 of file vf_showpalette.c.
Definition at line 67 of file vf_showpalette.c.
Referenced by filter_frame().
|
static |
Definition at line 81 of file vf_showpalette.c.
|
static |
Definition at line 37 of file vf_showpalette.c.
|
static |
Definition at line 99 of file vf_showpalette.c.
|
static |
Definition at line 107 of file vf_showpalette.c.
const AVFilter ff_vf_showpalette |
Definition at line 115 of file vf_showpalette.c.