#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h264.h"
#include "h264.h"
Go to the source code of this file.
◆ h264_redundant_pps_fixup_pps()
◆ h264_redundant_pps_fixup_slice()
◆ h264_redundant_pps_update_fragment()
◆ h264_redundant_pps_flush()
◆ 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 121 of file h264_redundant_pps_bsf.c.
◆ h264_redundant_pps_codec_ids
enum AVCodecID h264_redundant_pps_codec_ids[] |
|
static |
◆ ff_h264_redundant_pps_bsf
Initial value:= {
.name = "h264_redundant_pps",
}
static enum AVCodecID codec_ids[]
static void flush(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
static av_always_inline void filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip)
static int h264_redundant_pps_init(AVBSFContext *bsf)
static void h264_redundant_pps_flush(AVBSFContext *bsf)
static enum AVCodecID h264_redundant_pps_codec_ids[]
Definition at line 141 of file h264_redundant_pps_bsf.c.