#include <string.h>
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "bsf.h"
#include "cbs.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_filter()
◆ h264_redundant_pps_init()
◆ h264_redundant_pps_close()
◆ 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 int h264_redundant_pps_init(AVBSFContext *bsf)
static av_cold int init(AVCodecContext *avctx)
static void filter(int16_t *output, ptrdiff_t out_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len, int clip)
static void h264_redundant_pps_close(AVBSFContext *bsf)
static int h264_redundant_pps_filter(AVBSFContext *bsf, AVPacket *out)
static enum AVCodecID codec_ids[]
static enum AVCodecID h264_redundant_pps_codec_ids[]
Definition at line 171 of file h264_redundant_pps_bsf.c.