|
FFmpeg
|
Hap encoder. More...
#include <stdint.h>#include "snappy-c.h"#include "libavutil/frame.h"#include "libavutil/imgutils.h"#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avcodec.h"#include "bytestream.h"#include "hap.h"#include "internal.h"#include "texturedsp.h"Macros | |
| #define | HAP_MAX_CHUNKS 64 |
| #define | OFFSET(x) offsetof(HapContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Enumerations | |
| enum | HapHeaderLength { HAP_HDR_SHORT = 4, HAP_HDR_LONG = 8 } |
Variables | |
| AVCodec | ff_hap_encoder |
Hap encoder.
Fourcc: Hap1, Hap5, HapY
https://github.com/Vidvox/hap/blob/master/documentation/HapVideoDRAFT.md
| AVCodec ff_hap_encoder |
1.8.12