FFmpeg
Classes | Macros | Typedefs | Functions | Variables
vf_showpalette.c File Reference

Display frame palette (AV_PIX_FMT_PAL8) More...

#include "libavutil/avassert.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"

Classes

struct  ShowPaletteContext
 

Macros

#define OFFSET(x)   offsetof(ShowPaletteContext, x)
 
#define FLAGS   AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
 

Typedefs

typedef struct ShowPaletteContext ShowPaletteContext
 

Functions

 AVFILTER_DEFINE_CLASS (showpalette)
 

Variables

AVFilter ff_vf_showpalette
 

Detailed Description

Display frame palette (AV_PIX_FMT_PAL8)

Variable Documentation

§ ff_vf_showpalette

AVFilter ff_vf_showpalette
Initial value:
= {
.name = "showpalette",
.description = NULL_IF_CONFIG_SMALL("Display frame palette."),
.priv_size = sizeof(ShowPaletteContext),
.query_formats = query_formats,
.inputs = showpalette_inputs,
.outputs = showpalette_outputs,
.priv_class = &showpalette_class,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
Definition: avfilter.h:125
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: vf_showpalette.c:31