Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2017-11-25 21:46:48 +0300
committerMartin Vignali <martin.vignali@gmail.com>2017-11-25 21:49:30 +0300
commit21c06c4095f53b2c343e1225ae52d83160e213f1 (patch)
tree5ced7f4228f9d444a4f656d3bae0859c53d4b4bf /libavcodec/hap.h
parent07e427aa56550bed2e2b7b401b4f4b3800e74217 (diff)
avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0
Diffstat (limited to 'libavcodec/hap.h')
-rw-r--r--libavcodec/hap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hap.h b/libavcodec/hap.h
index 4dfbb8cb16..74455f3dd9 100644
--- a/libavcodec/hap.h
+++ b/libavcodec/hap.h
@@ -84,6 +84,7 @@ typedef struct HapContext {
int texture_count; /* 2 for HAQA, 1 for other version */
int texture_section_size; /* size of the part of the texture section (for HAPQA) */
+ int uncompress_pix_size; /* nb of byte / pixel for the target picture */
/* Pointer to the selected compress or decompress function */
int (*tex_fun)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block);