|
FFmpeg
|
#include "filters.h"#include "metal/utils.h"#include "yadif.h"#include "libavutil/avassert.h"#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_videotoolbox.h"#include "libavutil/objc.h"#include <assert.h>Go to the source code of this file.
Macros | |
| #define | YADIF_VT_CTX_SIZE (sizeof(YADIFContext) + sizeof(void*) * 10) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | CONST(name, help, val, unit) |
| #define | OFFSET(x) |
Variables | |
| char | ff_vf_yadif_videotoolbox_metallib_data [] |
| unsigned int | ff_vf_yadif_videotoolbox_metallib_len |
| #define YADIF_VT_CTX_SIZE (sizeof(YADIFContext) + sizeof(void*) * 10) |
| #define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define OFFSET | ( | x | ) |
|
extern |
|
extern |