|
FFmpeg
|
Generate a frame packed video, by combining two views in a single surface. More...
#include <string.h>#include "libavutil/common.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/rational.h"#include "libavutil/stereo3d.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | FramepackContext |
Macros | |
| #define | LEFT 0 |
| #define | RIGHT 1 |
| #define | OFFSET(x) offsetof(FramepackContext, x) |
| #define | V AV_OPT_FLAG_VIDEO_PARAM |
Typedefs | |
| typedef struct FramepackContext | FramepackContext |
Functions | |
| AVFILTER_DEFINE_CLASS (framepack) | |
Variables | |
| AVFilter | ff_vf_framepack |
Generate a frame packed video, by combining two views in a single surface.
| AVFilter ff_vf_framepack |
1.8.12