FFmpeg
|
audio and video interleaver More...
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.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 | 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 OFFSET | ( | x | ) | offsetof(InterleaveContext, x) |
Definition at line 42 of file f_interleave.c.
#define DEFINE_OPTIONS | ( | filt_name, | |
flags_ | |||
) |
Definition at line 44 of file f_interleave.c.
|
inlinestatic |
Definition at line 51 of file f_interleave.c.
Referenced by filter_frame(), and request_frame().
|
static |
Definition at line 83 of file f_interleave.c.
Referenced by init().
|
static |
Definition at line 105 of file f_interleave.c.
|
static |
Definition at line 138 of file f_interleave.c.
|
static |
Definition at line 150 of file f_interleave.c.
|
static |
Definition at line 188 of file f_interleave.c.