summaryrefslogtreecommitdiff
path: root/libavfilter/vf_spp.h
diff options
context:
space:
mode:
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 14e1ddb6eb..6b70a91770 100644
--- a/libavfilter/vf_spp.h
+++ b/libavfilter/vf_spp.h
@@ -45,7 +45,7 @@ typedef struct {
int use_bframe_qp;
int hsub, vsub;
- void (*store_slice)(uint8_t *dst, const uint16_t *src,
+ void (*store_slice)(uint8_t *dst, const int16_t *src,
int dst_stride, int src_stride,
int width, int height, int log2_scale,
const uint8_t dither[8][8]);