FFmpeg
|
#include "libavutil/mem.h"
#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 43 of file evc_frame_merge.c.
Referenced by parse_nal_unit().
|
static |
Definition at line 64 of file evc_frame_merge.c.
|
static |
Definition at line 74 of file evc_frame_merge.c.
Referenced by evc_frame_merge_filter().
|
static |
Definition at line 147 of file evc_frame_merge.c.
|
static |
Definition at line 253 of file evc_frame_merge.c.
|
static |
Definition at line 265 of file evc_frame_merge.c.
|
static |
Definition at line 278 of file evc_frame_merge.c.
const FFBitStreamFilter ff_evc_frame_merge_bsf |
Definition at line 282 of file evc_frame_merge.c.