summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_hue.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf_hue.c')
-rw-r--r--libmpcodecs/vf_hue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vf_hue.c b/libmpcodecs/vf_hue.c
index 22024b9506..29567bbb9b 100644
--- a/libmpcodecs/vf_hue.c
+++ b/libmpcodecs/vf_hue.c
@@ -21,7 +21,7 @@ static struct vf_priv_s {
uint8_t *buf[2];
float hue;
float saturation;
-} vf_priv_dflt = {
+} const vf_priv_dflt = {
{NULL, NULL},
0.0,
1.0,