FFmpeg
Classes | Macros | Typedefs | Variables
hapqa_extract_bsf.c File Reference

HAPQA extract bitstream filter extract one of the two textures of the HAQA. More...

#include "avcodec.h"
#include "bsf.h"
#include "bytestream.h"
#include "hap.h"

Classes

struct  HapqaExtractContext
 

Macros

#define OFFSET(x)   offsetof(HapqaExtractContext, x)
 
#define FLAGS   (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_BSF_PARAM)
 

Typedefs

typedef struct HapqaExtractContext HapqaExtractContext
 

Variables

const AVBitStreamFilter ff_hapqa_extract_bsf
 

Detailed Description

HAPQA extract bitstream filter extract one of the two textures of the HAQA.

Variable Documentation

§ ff_hapqa_extract_bsf

const AVBitStreamFilter ff_hapqa_extract_bsf
Initial value:
= {
.name = "hapqa_extract",
.filter = hapqa_extract,
.priv_data_size = sizeof(HapqaExtractContext),
.priv_class = &hapqa_extract_class,
.codec_ids = codec_ids,
}
Definition: hapqa_extract_bsf.c:33