summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dsputil_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arm/dsputil_arm.h')
-rw-r--r--libavcodec/arm/dsputil_arm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h
index 5b976aa3d6..1265f39d77 100644
--- a/libavcodec/arm/dsputil_arm.h
+++ b/libavcodec/arm/dsputil_arm.h
@@ -24,7 +24,6 @@
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
-void ff_dsputil_init_armv6(DSPContext *c, AVCodecContext *avctx,
- unsigned high_bit_depth);
+void ff_dsputil_init_armv6(DSPContext *c, AVCodecContext *avctx);
#endif /* AVCODEC_ARM_DSPUTIL_ARM_H */