summaryrefslogtreecommitdiff
path: root/libavfilter/vf_spp.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:02 +0100
commit775707aba9d2181e144b6be5f312539460eff31e (patch)
treefc7caac2931f4dd8953761788e42895a9997c100 /libavfilter/vf_spp.h
parenta11ee841949170e18c3670bec4bb312b844ebe59 (diff)
lavfi/vf_spp: convert to the video_enc_params API
Re-enable fate-filter-spp
Diffstat (limited to 'libavfilter/vf_spp.h')
-rw-r--r--libavfilter/vf_spp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_spp.h b/libavfilter/vf_spp.h
index 879ed40f03..76c0c34ab2 100644
--- a/libavfilter/vf_spp.h
+++ b/libavfilter/vf_spp.h
@@ -39,7 +39,7 @@ typedef struct SPPContext {
uint16_t *temp;
AVDCT *dct;
int8_t *non_b_qp_table;
- int non_b_qp_alloc_size;
+ int non_b_qp_stride;
int use_bframe_qp;
int hsub, vsub;