|
FFmpeg
|
#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.
Data Structures | |
| struct | H264RedundantPPSContext |
Functions | |
| static int | h264_redundant_pps_fixup_pps (H264RedundantPPSContext *ctx, H264RawPPS *pps) |
| static int | h264_redundant_pps_fixup_slice (H264RedundantPPSContext *ctx, H264RawSliceHeader *slice) |
| static int | h264_redundant_pps_filter (AVBSFContext *bsf, AVPacket *pkt) |
| static int | h264_redundant_pps_init (AVBSFContext *bsf) |
| static void | h264_redundant_pps_flush (AVBSFContext *bsf) |
| static void | h264_redundant_pps_close (AVBSFContext *bsf) |
Variables | |
| static enum AVCodecID | h264_redundant_pps_codec_ids [] |
| const AVBitStreamFilter | ff_h264_redundant_pps_bsf |
|
static |
Definition at line 42 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_filter(), and h264_redundant_pps_init().
|
static |
Definition at line 58 of file h264_redundant_pps_bsf.c.
Referenced by h264_redundant_pps_filter().
|
static |
Definition at line 69 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 122 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 167 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 173 of file h264_redundant_pps_bsf.c.
|
static |
Definition at line 182 of file h264_redundant_pps_bsf.c.
| const AVBitStreamFilter ff_h264_redundant_pps_bsf |
Definition at line 186 of file h264_redundant_pps_bsf.c.
1.8.17