FFmpeg
|
vf_pixdesctest.c File Reference
pixdesc test filter More...
#include "libavutil/common.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Include dependency graph for vf_pixdesctest.c:
Go to the source code of this file.
Data Structures | |
struct | PixdescTestContext |
Functions | |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | config_props (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
Variables | |
static const AVFilterPad | avfilter_vf_pixdesctest_inputs [] |
static const AVFilterPad | avfilter_vf_pixdesctest_outputs [] |
AVFilter | avfilter_vf_pixdesctest |
Detailed Description
pixdesc test filter
Definition in file vf_pixdesctest.c.
Function Documentation
|
static |
Definition at line 43 of file vf_pixdesctest.c.
|
static |
Definition at line 55 of file vf_pixdesctest.c.
|
static |
Definition at line 37 of file vf_pixdesctest.c.
Variable Documentation
AVFilter avfilter_vf_pixdesctest |
Initial value:
= {
.name = "pixdesctest",
.description = NULL_IF_CONFIG_SMALL("Test pixel format definitions."),
.priv_size = sizeof(PixdescTestContext),
}
Definition: vf_pixdesctest.c:32
static const AVFilterPad avfilter_vf_pixdesctest_inputs[]
Definition: vf_pixdesctest.c:108
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static const AVFilterPad avfilter_vf_pixdesctest_outputs[]
Definition: vf_pixdesctest.c:118
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several inputs
Definition: filter_design.txt:216
Definition at line 126 of file vf_pixdesctest.c.
|
static |
Initial value:
= {
{
.name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.filter_frame = filter_frame,
.config_props = config_props,
},
{ NULL }
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition: vf_pixdesctest.c:55
Definition: avutil.h:143
Definition at line 108 of file vf_pixdesctest.c.
|
static |
Initial value:
Definition at line 118 of file vf_pixdesctest.c.
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11