FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | VP9BSFContext |
Macros | |
#define | MAX_CACHE 8 |
#define | wloop(mag, wr) |
Functions | |
static void | stats (AVPacket *const *in, int n_in, unsigned *_max, unsigned *_sum) |
static int | merge_superframe (AVPacket *const *in, int n_in, AVPacket *out) |
static int | vp9_superframe_filter (AVBSFContext *ctx, AVPacket *pkt) |
static int | vp9_superframe_init (AVBSFContext *ctx) |
static void | vp9_superframe_flush (AVBSFContext *ctx) |
static void | vp9_superframe_close (AVBSFContext *ctx) |
Variables | |
static enum AVCodecID | codec_ids [] |
const FFBitStreamFilter | ff_vp9_superframe_bsf |
#define MAX_CACHE 8 |
Definition at line 28 of file vp9_superframe.c.
#define wloop | ( | mag, | |
wr | |||
) |
|
static |
Definition at line 34 of file vp9_superframe.c.
Referenced by ff_huff_gen_len_table(), ff_rtp_check_and_send_back_rr(), filter_channel(), filter_frame(), merge_superframe(), queue_frames(), set_metadata(), and X264_init().
Definition at line 52 of file vp9_superframe.c.
Referenced by vp9_superframe_filter().
|
static |
Definition at line 101 of file vp9_superframe.c.
|
static |
Definition at line 183 of file vp9_superframe.c.
|
static |
Definition at line 198 of file vp9_superframe.c.
|
static |
Definition at line 209 of file vp9_superframe.c.
|
static |
Definition at line 219 of file vp9_superframe.c.
const FFBitStreamFilter ff_vp9_superframe_bsf |
Definition at line 223 of file vp9_superframe.c.