FFmpeg
|
audio and video interleaver More...
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "framequeue.h"
#include "avfilter.h"
#include "bufferqueue.h"
#include "formats.h"
#include "internal.h"
#include "audio.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | InterleaveContext |
Macros | |
#define | FF_INTERNAL_FIELDS 1 |
#define | OFFSET(x) offsetof(InterleaveContext, x) |
#define | DEFINE_OPTIONS(filt_name, flags_) |
Functions | |
static int | push_frame (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
static int | request_frame (AVFilterLink *outlink) |
audio and video interleaver
Definition in file f_interleave.c.
#define FF_INTERNAL_FIELDS 1 |
Definition at line 30 of file f_interleave.c.
#define OFFSET | ( | x | ) | offsetof(InterleaveContext, x) |
Definition at line 46 of file f_interleave.c.
#define DEFINE_OPTIONS | ( | filt_name, | |
flags_ | |||
) |
Definition at line 48 of file f_interleave.c.
|
inlinestatic |
Definition at line 55 of file f_interleave.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 87 of file f_interleave.c.
Referenced by init().
|
static |
Definition at line 109 of file f_interleave.c.
|
static |
Definition at line 145 of file f_interleave.c.
|
static |
Definition at line 157 of file f_interleave.c.
|
static |
Definition at line 193 of file f_interleave.c.