summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fspp.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-17 10:32:12 +0200
committerAnton Khirnov <anton@khirnov.net>2021-01-01 14:25:28 +0100
commit3f0930387cd8f365381b02d03407ec33f06e6f05 (patch)
treea9cc97f806956ecabb5974aec23433d94d0b892c /libavfilter/vf_fspp.h
parent955bdb1d32b279ea7a773dba66ac375d98d71740 (diff)
lavfi/vf_fspp: convert to the video_enc_params API
Diffstat (limited to 'libavfilter/vf_fspp.h')
-rw-r--r--libavfilter/vf_fspp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_fspp.h b/libavfilter/vf_fspp.h
index 73d8c7c771..6623af450c 100644
--- a/libavfilter/vf_fspp.h
+++ b/libavfilter/vf_fspp.h
@@ -65,8 +65,8 @@ typedef struct FSPPContext {
int prev_q;
uint8_t *src;
int16_t *temp;
- uint8_t *non_b_qp_table;
- int non_b_qp_alloc_size;
+ int8_t *non_b_qp_table;
+ int non_b_qp_stride;
int use_bframe_qp;
void (*store_slice)(uint8_t *dst, int16_t *src,