FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | UnpackBFramesBSFContext |
Functions | |
static void | scan_buffer (const uint8_t *buf, int buf_size, int *pos_p, int *nb_vop, int *pos_vop2) |
static int | mpeg4_unpack_bframes_filter (AVBSFContext *ctx, AVPacket *out) |
static int | mpeg4_unpack_bframes_init (AVBSFContext *ctx) |
static void | mpeg4_unpack_bframes_flush (AVBSFContext *bsfc) |
static void | mpeg4_unpack_bframes_close (AVBSFContext *bsfc) |
Variables | |
static enum AVCodecID | codec_ids [] |
const AVBitStreamFilter | ff_mpeg4_unpack_bframes_bsf |
|
static |
Definition at line 33 of file mpeg4_unpack_bframes_bsf.c.
Referenced by mpeg4_unpack_bframes_filter(), and mpeg4_unpack_bframes_init().
|
static |
Definition at line 59 of file mpeg4_unpack_bframes_bsf.c.
|
static |
Definition at line 134 of file mpeg4_unpack_bframes_bsf.c.
|
static |
Definition at line 155 of file mpeg4_unpack_bframes_bsf.c.
|
static |
Definition at line 161 of file mpeg4_unpack_bframes_bsf.c.
|
static |
Definition at line 167 of file mpeg4_unpack_bframes_bsf.c.
const AVBitStreamFilter ff_mpeg4_unpack_bframes_bsf |
Definition at line 171 of file mpeg4_unpack_bframes_bsf.c.