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 | DURATION_LONGEST 0 |
#define | DURATION_SHORTEST 1 |
#define | DURATION_FIRST 2 |
#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 DURATION_LONGEST 0 |
Definition at line 44 of file f_interleave.c.
#define DURATION_SHORTEST 1 |
Definition at line 45 of file f_interleave.c.
#define DURATION_FIRST 2 |
Definition at line 46 of file f_interleave.c.
#define OFFSET | ( | x | ) | offsetof(InterleaveContext, x) |
Definition at line 48 of file f_interleave.c.
#define DEFINE_OPTIONS | ( | filt_name, | |
flags_ | |||
) |
Definition at line 50 of file f_interleave.c.
|
static |
Definition at line 62 of file f_interleave.c.
|
static |
Definition at line 146 of file f_interleave.c.
|
static |
Definition at line 177 of file f_interleave.c.
|
static |
Definition at line 183 of file f_interleave.c.