FFmpeg
Loading...
Searching...
No Matches
h264_redundant_pps.c File Reference
#include <inttypes.h>
#include "libavutil/log.h"
#include "libavcodec/bsf.h"
#include "libavcodec/bsf_internal.h"
#include "libavcodec/cbs.h"
#include "libavcodec/cbs_bsf.h"
#include "libavcodec/cbs_h264.h"
#include "libavcodec/codec_id.h"
#include "libavcodec/h264.h"
#include "libavcodec/packet.h"

Go to the source code of this file.

Data Structures

struct  H264RedundantPPSContext
 

Macros

#define NEW_GLOBAL_PIC_INIT_QP   26
 

Functions

static int h264_redundant_pps_fixup_pps (H264RedundantPPSContext *ctx, CodedBitstreamUnit *unit)
 
static int h264_redundant_pps_fixup_slice (H264RedundantPPSContext *ctx, H264RawSliceHeader *slice)
 
static int h264_redundant_pps_update_fragment (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au)
 
static int h264_redundant_pps_init (AVBSFContext *bsf)
 

Variables

static const CBSBSFType h264_redundant_pps_type
 
static enum AVCodecID h264_redundant_pps_codec_ids []
 
const FFBitStreamFilter ff_h264_redundant_pps_bsf
 

Macro Definition Documentation

◆ NEW_GLOBAL_PIC_INIT_QP

#define NEW_GLOBAL_PIC_INIT_QP   26

Function Documentation

◆ h264_redundant_pps_fixup_pps()

static int h264_redundant_pps_fixup_pps ( H264RedundantPPSContext * ctx,
CodedBitstreamUnit * unit )
static

Definition at line 39 of file h264_redundant_pps.c.

Referenced by h264_redundant_pps_update_fragment().

◆ h264_redundant_pps_fixup_slice()

static int h264_redundant_pps_fixup_slice ( H264RedundantPPSContext * ctx,
H264RawSliceHeader * slice )
static

Definition at line 64 of file h264_redundant_pps.c.

Referenced by h264_redundant_pps_update_fragment().

◆ h264_redundant_pps_update_fragment()

static int h264_redundant_pps_update_fragment ( AVBSFContext * bsf,
AVPacket * pkt,
CodedBitstreamFragment * au )
static

Definition at line 78 of file h264_redundant_pps.c.

◆ h264_redundant_pps_init()

static int h264_redundant_pps_init ( AVBSFContext * bsf)
static

Definition at line 110 of file h264_redundant_pps.c.

Variable Documentation

◆ h264_redundant_pps_type

const CBSBSFType h264_redundant_pps_type
static
Initial value:
= {
.codec_id = AV_CODEC_ID_H264,
.fragment_name = "access unit",
.unit_name = "NAL unit",
}
@ AV_CODEC_ID_H264
Definition codec_id.h:77
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
Initial value:

Definition at line 115 of file h264_redundant_pps.c.

◆ ff_h264_redundant_pps_bsf

const FFBitStreamFilter ff_h264_redundant_pps_bsf
Initial value:
= {
.p.name = "h264_redundant_pps",
.priv_data_size = sizeof(H264RedundantPPSContext),
}
static av_cold void close(AVCodecParserContext *s)
Definition apv_parser.c:197
int ff_cbs_bsf_generic_filter(AVBSFContext *bsf, AVPacket *pkt)
Filter operation for CBS BSF.
Definition cbs_bsf.c:97
av_cold void ff_cbs_bsf_generic_close(AVBSFContext *bsf)
Close a generic CBS BSF instance.
Definition cbs_bsf.c:191
int(* init)(AVBSFContext *ctx)
Definition dts2pts.c:608
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 h263dsp.c:29

Definition at line 119 of file h264_redundant_pps.c.