Libav
|
Search for black frames to detect scene transitions. More...
#include <stdio.h>
#include <inttypes.h>
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | BlackFrameContext |
Macros | |
#define | OFFSET(x) offsetof(BlackFrameContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | options [] |
static const AVClass | blackframe_class |
static const AVFilterPad | avfilter_vf_blackframe_inputs [] |
static const AVFilterPad | avfilter_vf_blackframe_outputs [] |
AVFilter | ff_vf_blackframe |
Search for black frames to detect scene transitions.
Ported from MPlayer libmpcodecs/vf_blackframe.c.
Definition in file vf_blackframe.c.
#define OFFSET | ( | x) | offsetof(BlackFrameContext, x) |
Definition at line 86 of file vf_blackframe.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 87 of file vf_blackframe.c.
|
static |
Definition at line 49 of file vf_blackframe.c.
|
static |
Definition at line 61 of file vf_blackframe.c.
|
static |
Definition at line 88 of file vf_blackframe.c.
|
static |
Definition at line 96 of file vf_blackframe.c.
|
static |
Definition at line 103 of file vf_blackframe.c.
|
static |
Definition at line 113 of file vf_blackframe.c.
AVFilter ff_vf_blackframe |
Definition at line 121 of file vf_blackframe.c.