FFmpeg
|
#include <inttypes.h>
#include "libavutil/log.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_bsf.h"
#include "cbs_h264.h"
#include "codec_id.h"
#include "h264.h"
#include "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 |
#define NEW_GLOBAL_PIC_INIT_QP 26 |
Definition at line 32 of file h264_redundant_pps.c.
|
static |
Definition at line 39 of file h264_redundant_pps.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 64 of file h264_redundant_pps.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 78 of file h264_redundant_pps.c.
|
static |
Definition at line 110 of file h264_redundant_pps.c.
|
static |
Definition at line 103 of file h264_redundant_pps.c.
Referenced by h264_redundant_pps_init().
|
static |
Definition at line 115 of file h264_redundant_pps.c.
const FFBitStreamFilter ff_h264_redundant_pps_bsf |
Definition at line 119 of file h264_redundant_pps.c.