FFmpeg
|
#include "config_components.h"
#include <string.h>
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.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 | FormatContext |
Macros | |
#define | OFFSET(x) offsetof(FormatContext, x) |
Functions | |
static av_cold void | uninit (AVFilterContext *ctx) |
static av_cold int | invert_formats (AVFilterFormats **fmts, AVFilterFormats *allfmts) |
static av_cold int | init (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS_EXT (format, "(no)format", options) | |
Variables | |
static const AVOption | options [] |
static const AVFilterPad | inputs [] |
format and noformat video filters
Definition in file vf_format.c.
#define OFFSET | ( | x | ) | offsetof(FormatContext, x) |
Definition at line 151 of file vf_format.c.
|
static |
Definition at line 51 of file vf_format.c.
|
static |
Definition at line 59 of file vf_format.c.
Referenced by init().
|
static |
Definition at line 88 of file vf_format.c.
|
static |
Definition at line 137 of file vf_format.c.
|
static |
Definition at line 152 of file vf_format.c.
|
static |
Definition at line 161 of file vf_format.c.