FFmpeg
|
#include <string.h>
#include "libavutil/common.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.
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 AVBitStreamFilter | ff_h264_redundant_pps_bsf |
#define NEW_GLOBAL_PIC_INIT_QP 26 |
Definition at line 30 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 37 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 62 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 76 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 119 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 112 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_init().
|
static |
Definition at line 124 of file h264_redundant_pps_bsf.c.
const AVBitStreamFilter ff_h264_redundant_pps_bsf |
Definition at line 128 of file h264_redundant_pps_bsf.c.