FFmpeg
4.0
|
HAPQA extract bitstream filter extract one of the two textures of the HAQA. More...
Go to the source code of this file.
Data Structures | |
struct | HapqaExtractContext |
Macros | |
#define | OFFSET(x) offsetof(HapqaExtractContext, x) |
#define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_BSF_PARAM) |
Functions | |
static int | check_texture (HapqaExtractContext *ctx, int section_type) |
static int | hapqa_extract (AVBSFContext *bsf, AVPacket *pkt) |
Variables | |
static enum AVCodecID | codec_ids [] |
static const AVOption | options [] |
static const AVClass | hapqa_extract_class |
const AVBitStreamFilter | ff_hapqa_extract_bsf |
HAPQA extract bitstream filter extract one of the two textures of the HAQA.
Definition in file hapqa_extract_bsf.c.
#define OFFSET | ( | x | ) | offsetof(HapqaExtractContext, x) |
Definition at line 112 of file hapqa_extract_bsf.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_BSF_PARAM) |
Definition at line 113 of file hapqa_extract_bsf.c.
|
static |
Definition at line 38 of file hapqa_extract_bsf.c.
Referenced by hapqa_extract().
|
static |
Definition at line 48 of file hapqa_extract_bsf.c.
|
static |
Definition at line 108 of file hapqa_extract_bsf.c.
|
static |
Definition at line 114 of file hapqa_extract_bsf.c.
|
static |
Definition at line 121 of file hapqa_extract_bsf.c.
const AVBitStreamFilter ff_hapqa_extract_bsf |
Definition at line 128 of file hapqa_extract_bsf.c.