FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/version.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | SwapUVContext |
Functions | |
AVFILTER_DEFINE_CLASS (swapuv) | |
static void | do_swap (AVFrame *frame) |
static AVFrame * | get_video_buffer (AVFilterLink *link, int w, int h) |
static int | filter_frame (AVFilterLink *link, AVFrame *inpicref) |
static int | is_planar_yuv (const AVPixFmtDescriptor *desc) |
static int | query_formats (AVFilterContext *ctx) |
Variables | |
static const AVOption | swapuv_options [] |
static const AVFilterPad | swapuv_inputs [] |
static const AVFilterPad | swapuv_outputs [] |
AVFilter | ff_vf_swapuv |
swap UV filter
Definition in file vf_swapuv.c.
AVFILTER_DEFINE_CLASS | ( | swapuv | ) |
|
static |
Definition at line 44 of file vf_swapuv.c.
Referenced by filter_frame(), and get_video_buffer().
|
static |
Definition at line 57 of file vf_swapuv.c.
|
static |
Definition at line 64 of file vf_swapuv.c.
|
static |
Definition at line 70 of file vf_swapuv.c.
Referenced by query_formats().
|
static |
Definition at line 88 of file vf_swapuv.c.
|
static |
Definition at line 38 of file vf_swapuv.c.
|
static |
Definition at line 102 of file vf_swapuv.c.
|
static |
Definition at line 112 of file vf_swapuv.c.
AVFilter ff_vf_swapuv |
Definition at line 120 of file vf_swapuv.c.