FFmpeg
|
format and noformat video filters More...
#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 | init (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
Variables | |
static const AVOption | options [] |
format and noformat video filters
Definition in file vf_format.c.
#define OFFSET | ( | x | ) | offsetof(FormatContext, x) |
Definition at line 141 of file vf_format.c.
|
static |
Definition at line 49 of file vf_format.c.
|
static |
Definition at line 55 of file vf_format.c.
|
static |
Definition at line 129 of file vf_format.c.
|
static |
Definition at line 142 of file vf_format.c.