Go to the source code of this file.
◆ MIN_HEVCC_LENGTH
| #define MIN_HEVCC_LENGTH 23 |
◆ hevc_extradata_to_annexb()
| static int hevc_extradata_to_annexb |
( |
AVBSFContext * | ctx, |
|
|
const uint8_t * | extradata, |
|
|
int | extradata_size, |
|
|
uint8_t ** | out_extradata, |
|
|
int * | out_extradata_size ) |
|
static |
◆ hevc_mp4toannexb_init()
◆ hevc_mp4toannexb_filter()
◆ hevc_mp4toannexb_close()
◆ codec_ids
◆ ff_hevc_mp4toannexb_bsf
Initial value:= {
.p.name = "hevc_mp4toannexb",
}
static enum AVCodecID codec_ids[]
static av_cold void close(AVCodecParserContext *s)
int(* init)(AVBSFContext *ctx)
static int hevc_mp4toannexb_init(AVBSFContext *ctx)
static int hevc_mp4toannexb_filter(AVBSFContext *ctx, AVPacket *out)
static void hevc_mp4toannexb_close(AVBSFContext *ctx)
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 275 of file hevc_mp4toannexb.c.