Go to the source code of this file.
◆ scan_buffer()
| static void scan_buffer |
( |
const uint8_t * | buf, |
|
|
int | buf_size, |
|
|
int * | pos_p, |
|
|
int * | nb_vop, |
|
|
int * | pos_vop2 ) |
|
static |
◆ mpeg4_unpack_bframes_filter()
◆ mpeg4_unpack_bframes_init()
◆ mpeg4_unpack_bframes_close_flush()
| static void mpeg4_unpack_bframes_close_flush |
( |
AVBSFContext * | bsfc | ) |
|
|
static |
◆ codec_ids
◆ ff_mpeg4_unpack_bframes_bsf
Initial value:= {
.p.name = "mpeg4_unpack_bframes",
}
static enum AVCodecID codec_ids[]
static av_cold void close(AVCodecParserContext *s)
void(* flush)(AVBSFContext *ctx)
int(* init)(AVBSFContext *ctx)
static int mpeg4_unpack_bframes_init(AVBSFContext *ctx)
static int mpeg4_unpack_bframes_filter(AVBSFContext *ctx, AVPacket *pkt)
static void mpeg4_unpack_bframes_close_flush(AVBSFContext *bsfc)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 158 of file mpeg4_unpack_bframes.c.