FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "formats.h"
#include "filters.h"
#include "internal.h"
#include "audio.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | InterleaveContext |
Macros | |
#define | OFFSET(x) offsetof(InterleaveContext, x) |
#define | DEFINE_OPTIONS(filt_name, flags_) |
Functions | |
static int | activate (AVFilterContext *ctx) |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
audio and video interleaver
Definition in file f_interleave.c.
#define OFFSET | ( | x | ) | offsetof(InterleaveContext, x) |
Definition at line 43 of file f_interleave.c.
#define DEFINE_OPTIONS | ( | filt_name, | |
flags_ | |||
) |
Definition at line 45 of file f_interleave.c.
|
static |
Definition at line 52 of file f_interleave.c.
|
static |
Definition at line 126 of file f_interleave.c.
|
static |
Definition at line 157 of file f_interleave.c.
|
static |
Definition at line 163 of file f_interleave.c.