]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hap.h
fate-opus: update tests to use new decoder outputs
[ffmpeg] / libavcodec / hap.h
index 4dfbb8cb16325c98479a34785d59d942925a30b7..74455f3dd9d6d4429eba8bd9da8e7159881ffbc9 100644 (file)
@@ -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);