summaryrefslogtreecommitdiff
path: root/libavcodec/cfhdencdsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cfhdencdsp.h')
-rw-r--r--libavcodec/cfhdencdsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cfhdencdsp.h b/libavcodec/cfhdencdsp.h
index b3aac8d0a7..d234b93797 100644
--- a/libavcodec/cfhdencdsp.h
+++ b/libavcodec/cfhdencdsp.h
@@ -23,12 +23,12 @@
#include <stdint.h>
typedef struct CFHDEncDSPContext {
- void (*horiz_filter)(int16_t *input, int16_t *low, int16_t *high,
+ void (*horiz_filter)(const int16_t *input, int16_t *low, int16_t *high,
ptrdiff_t in_stride, ptrdiff_t low_stride,
ptrdiff_t high_stride,
int width, int height);
- void (*vert_filter)(int16_t *input, int16_t *low, int16_t *high,
+ void (*vert_filter)(const int16_t *input, int16_t *low, int16_t *high,
ptrdiff_t in_stride, ptrdiff_t low_stride,
ptrdiff_t high_stride,
int width, int height);