|
FFmpeg
|
temporal field interlace filter, ported from MPlayer/libmpcodecs More...
#include "libavutil/opt.h"#include "libavutil/imgutils.h"#include "libavutil/avassert.h"#include "avfilter.h"#include "internal.h"#include "tinterlace.h"Macros | |
| #define | OFFSET(x) offsetof(TInterlaceContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | FULL_SCALE_YUVJ_FORMATS AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ440P |
| #define | FIELD_UPPER 0 |
| #define | FIELD_LOWER 1 |
| #define | FIELD_UPPER_AND_LOWER 2 |
Functions | |
| AVFILTER_DEFINE_CLASS (tinterlace) | |
Variables | |
| AVFilter | ff_vf_tinterlace |
temporal field interlace filter, ported from MPlayer/libmpcodecs
| AVFilter ff_vf_tinterlace |
1.8.12