|
FFmpeg
|
transposition filter Based on MPlayer libmpcodecs/vf_rotate.c. More...
#include <stdio.h>#include "libavutil/avassert.h"#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | TransVtable |
| struct | TransContext |
| struct | ThreadData |
Macros | |
| #define | OFFSET(x) offsetof(TransContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Typedefs | |
| typedef struct TransVtable | TransVtable |
| typedef struct TransContext | TransContext |
| typedef struct ThreadData | ThreadData |
Functions | |
| AVFILTER_DEFINE_CLASS (transpose) | |
Variables | |
| AVFilter | ff_vf_transpose |
transposition filter Based on MPlayer libmpcodecs/vf_rotate.c.
| AVFilter ff_vf_transpose |
1.8.12