|
FFmpeg
|
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter. More...
#include "libavutil/bswap.h"#include "libavutil/common.h"#include "libavutil/imgutils.h"#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.
Classes | |
| struct | InterlaceContext |
Typedefs | |
| typedef struct InterlaceContext | InterlaceContext |
Functions | |
| void | ff_interlace_init (InterlaceContext *interlace, int depth) |
| void | ff_interlace_init_x86 (InterlaceContext *interlace, int depth) |
progressive to interlaced content filter, inspired by heavy debugging of tinterlace filter.
1.8.12