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

horizontal flip filter More...

#include <string.h>
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "hflip.h"
#include "internal.h"
#include "video.h"
#include "libavutil/pixdesc.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"

Classes

struct  ThreadData
 

Typedefs

typedef struct ThreadData ThreadData
 

Functions

 AVFILTER_DEFINE_CLASS (hflip)
 
int ff_hflip_init (FlipContext *s, int step[4], int nb_planes)
 

Variables

AVFilter ff_vf_hflip
 

Detailed Description

horizontal flip filter

Variable Documentation

§ ff_vf_hflip

AVFilter ff_vf_hflip
Initial value:
= {
.name = "hflip",
.description = NULL_IF_CONFIG_SMALL("Horizontally flip the input video."),
.priv_size = sizeof(FlipContext),
.priv_class = &hflip_class,
.query_formats = query_formats,
.inputs = avfilter_vf_hflip_inputs,
.outputs = avfilter_vf_hflip_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
Definition: hflip.h:27
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
Definition: avfilter.h:116