summaryrefslogtreecommitdiff
path: root/libavcodec/hap.h
diff options
context:
space:
mode:
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 e4762ee438..f39e621805 100644
--- a/libavcodec/hap.h
+++ b/libavcodec/hap.h
@@ -65,6 +65,7 @@ typedef struct HapContext {
enum HapTextureFormat opt_tex_fmt; /* Texture type (encoder only) */
int opt_chunk_count; /* User-requested chunk count (encoder only) */
+ int opt_compressor; /* User-requested compressor (encoder only) */
int chunk_count;
HapChunk *chunks;