Go to the source code of this file.
◆ NEW_GLOBAL_PIC_INIT_QP
| #define NEW_GLOBAL_PIC_INIT_QP 26 |
◆ h264_redundant_pps_fixup_pps()
◆ h264_redundant_pps_fixup_slice()
◆ h264_redundant_pps_update_fragment()
◆ h264_redundant_pps_init()
◆ h264_redundant_pps_type
Initial value:= {
.fragment_name = "access unit",
.unit_name = "NAL unit",
}
static int h264_redundant_pps_update_fragment(AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au)
Definition at line 103 of file h264_redundant_pps.c.
Referenced by h264_redundant_pps_init().
◆ h264_redundant_pps_codec_ids
| enum AVCodecID h264_redundant_pps_codec_ids[] |
|
static |
◆ ff_h264_redundant_pps_bsf
Initial value:= {
.p.name = "h264_redundant_pps",
}
static av_cold void close(AVCodecParserContext *s)
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
av_cold void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
int(* init)(AVBSFContext *ctx)
static int h264_redundant_pps_init(AVBSFContext *bsf)
static enum AVCodecID h264_redundant_pps_codec_ids[]
void(* filter)(uint8_t *src, ptrdiff_t stride, int qscale)
Definition at line 119 of file h264_redundant_pps.c.