FFmpeg
|
#include "libavutil/opt.h"
#include "libavutil/pixdesc.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 [] |
const AVFilter | ff_vf_swapuv |
swap UV filter
Definition in file vf_swapuv.c.
AVFILTER_DEFINE_CLASS | ( | swapuv | ) |
|
static |
Definition at line 43 of file vf_swapuv.c.
Referenced by filter_frame(), and get_video_buffer().
|
static |
Definition at line 50 of file vf_swapuv.c.
|
static |
Definition at line 57 of file vf_swapuv.c.
|
static |
Definition at line 63 of file vf_swapuv.c.
Referenced by query_formats().
|
static |
Definition at line 81 of file vf_swapuv.c.
|
static |
Definition at line 37 of file vf_swapuv.c.
|
static |
Definition at line 95 of file vf_swapuv.c.
const AVFilter ff_vf_swapuv |
Definition at line 104 of file vf_swapuv.c.