aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2024-10-15 00:42:49 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2024-10-16 21:41:19 +0200
commitd0927ed0a802d91e60c2894a718b62859a859fe7 (patch)
treeedb66cd009f90865e63e6fd141ab56e31de7e159 /libavcodec/ffv1.h
parent81a360a5ed9e7dcc841e791c2779f09cbd99b5d3 (diff)
downloadffmpeg-d0927ed0a802d91e60c2894a718b62859a859fe7.tar.gz
libavcodec/ffv1enc: Add option to select the quantization table
Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index da841cf655..4f5a8ab2be 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -138,6 +138,7 @@ typedef struct FFV1Context {
int intra;
int key_frame_ok;
int context_model;
+ int qtable;
int bits_per_raw_sample;
int packed_at_lsb;