FFmpeg
|
#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.
Data Structures | |
struct | H264RedundantPPSContext |
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 void | h264_redundant_pps_flush (AVBSFContext *bsf) |
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 |
|
static |
Definition at line 41 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 68 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_update_fragment().
|
static |
Definition at line 79 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 115 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 128 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 121 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_init().
|
static |
Definition at line 137 of file h264_redundant_pps_bsf.c.
const AVBitStreamFilter ff_h264_redundant_pps_bsf |
Definition at line 141 of file h264_redundant_pps_bsf.c.