FFmpeg
Classes | Typedefs | Functions | Variables
vf_swapuv.c File Reference

swap UV filter More...

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

Classes

struct  SwapUVContext
 

Typedefs

typedef struct SwapUVContext SwapUVContext
 

Functions

 AVFILTER_DEFINE_CLASS (swapuv)
 

Variables

AVFilter ff_vf_swapuv
 

Detailed Description

swap UV filter

Variable Documentation

§ ff_vf_swapuv

AVFilter ff_vf_swapuv
Initial value:
= {
.name = "swapuv",
.description = NULL_IF_CONFIG_SMALL("Swap U and V components."),
.query_formats = query_formats,
.priv_size = sizeof(SwapUVContext),
.priv_class = &swapuv_class,
.inputs = swapuv_inputs,
.outputs = swapuv_outputs,
}
#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_swapuv.c:34