|
FFmpeg
|
A very simple tv station logo remover Originally imported from MPlayer libmpcodecs/vf_delogo.c, the algorithm was later improved. More...
#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"Classes | |
| struct | DelogoContext |
Macros | |
| #define | OFFSET(x) offsetof(DelogoContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | CHECK_UNSET_OPT(opt) |
Typedefs | |
| typedef struct DelogoContext | DelogoContext |
Functions | |
| AVFILTER_DEFINE_CLASS (delogo) | |
Variables | |
| AVFilter | ff_vf_delogo |
A very simple tv station logo remover Originally imported from MPlayer libmpcodecs/vf_delogo.c, the algorithm was later improved.
| #define CHECK_UNSET_OPT | ( | opt | ) |
| AVFilter ff_vf_delogo |
1.8.12