|
FFmpeg
|
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter More...
#include "libavutil/common.h"#include "libavutil/opt.h"#include "libavutil/imgutils.h"#include "libavutil/avassert.h"#include "formats.h"#include "avfilter.h"#include "interlace.h"#include "internal.h"#include "video.h"Macros | |
| #define | OFFSET(x) offsetof(InterlaceContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (interlace) | |
| void | ff_interlace_init (InterlaceContext *s, int depth) |
Variables | |
| AVFilter | ff_vf_interlace |
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter
| AVFilter ff_vf_interlace |
1.8.12