|
FFmpeg
|
#include "get_bits.h"#include "bsf.h"#include "bsf_internal.h"#include "evc.h"#include "evc_parse.h"#include "evc_ps.h"Go to the source code of this file.
Data Structures | |
| struct | AccessUnitBuffer |
| struct | EVCFMergeContext |
Functions | |
| static int | end_of_access_unit_found (const EVCParamSets *ps, const EVCParserSliceHeader *sh, const EVCParserPoc *poc, enum EVCNALUnitType nalu_type) |
| static void | evc_frame_merge_flush (AVBSFContext *bsf) |
| static int | parse_nal_unit (AVBSFContext *bsf, const uint8_t *buf, int buf_size) |
| static int | evc_frame_merge_filter (AVBSFContext *bsf, AVPacket *out) |
| static int | evc_frame_merge_init (AVBSFContext *bsf) |
| static void | evc_frame_merge_close (AVBSFContext *bsf) |
Variables | |
| static enum AVCodecID | evc_frame_merge_codec_ids [] |
| const FFBitStreamFilter | ff_evc_frame_merge_bsf |
|
static |
Definition at line 42 of file evc_frame_merge_bsf.c.
Referenced by parse_nal_unit().
|
static |
Definition at line 63 of file evc_frame_merge_bsf.c.
|
static |
Definition at line 73 of file evc_frame_merge_bsf.c.
Referenced by evc_frame_merge_filter().
|
static |
Definition at line 146 of file evc_frame_merge_bsf.c.
|
static |
Definition at line 252 of file evc_frame_merge_bsf.c.
|
static |
Definition at line 264 of file evc_frame_merge_bsf.c.
|
static |
Definition at line 277 of file evc_frame_merge_bsf.c.
| const FFBitStreamFilter ff_evc_frame_merge_bsf |
Definition at line 281 of file evc_frame_merge_bsf.c.
1.8.17