FFmpeg
|
#include "bsf.h"
#include "bsf_internal.h"
#include "bytestream.h"
#include "hap.h"
#include "libavutil/opt.h"
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 FFBitStreamFilter | ff_hapqa_extract_bsf |
HAPQA extract bitstream filter extract one of the two textures of the HAQA
Definition in file hapqa_extract.c.
#define OFFSET | ( | x | ) | offsetof(HapqaExtractContext, x) |
Definition at line 114 of file hapqa_extract.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_BSF_PARAM) |
Definition at line 115 of file hapqa_extract.c.
|
static |
Definition at line 40 of file hapqa_extract.c.
Referenced by hapqa_extract().
|
static |
Definition at line 50 of file hapqa_extract.c.
|
static |
Definition at line 110 of file hapqa_extract.c.
|
static |
Definition at line 116 of file hapqa_extract.c.
|
static |
Definition at line 123 of file hapqa_extract.c.
const FFBitStreamFilter ff_hapqa_extract_bsf |
Definition at line 130 of file hapqa_extract.c.