|
FFmpeg
|
border detection filter Ported from MPlayer libmpcodecs/vf_cropdetect.c. More...
#include "libavutil/imgutils.h"#include "libavutil/internal.h"#include "libavutil/opt.h"#include "avfilter.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | CropDetectContext |
Macros | |
| #define | SET_META(key, value) av_dict_set_int(metadata, key, value, 0) |
| #define | FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) |
| #define | OFFSET(x) offsetof(CropDetectContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Typedefs | |
| typedef struct CropDetectContext | CropDetectContext |
Functions | |
| AVFILTER_DEFINE_CLASS (cropdetect) | |
Variables | |
| AVFilter | ff_vf_cropdetect |
border detection filter Ported from MPlayer libmpcodecs/vf_cropdetect.c.
| #define FIND | ( | DST, | |
| FROM, | |||
| NOEND, | |||
| INC, | |||
| STEP0, | |||
| STEP1, | |||
| LEN | |||
| ) |
| AVFilter ff_vf_cropdetect |
1.8.12