summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/blockdsp_arm.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-08 21:47:20 +0200
committerAnton Khirnov <anton@khirnov.net>2016-09-22 09:47:52 +0200
commiteea9857bfd6925d0c34382c00b971ee6df12ad44 (patch)
tree3c0ecc889c05a71709aca367a51ca4b75d8aa277 /libavcodec/arm/blockdsp_arm.h
parent340f12f71207513672b5165d810cb6c8622c6b21 (diff)
downloadffmpeg-streaming-eea9857bfd6925d0c34382c00b971ee6df12ad44.zip
ffmpeg-streaming-eea9857bfd6925d0c34382c00b971ee6df12ad44.tar.gz
blockdsp: drop the high_bit_depth parameter
It has no effect, since the code is supposed to operate the same way for any bit depth.
Diffstat (limited to 'libavcodec/arm/blockdsp_arm.h')
-rw-r--r--libavcodec/arm/blockdsp_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/blockdsp_arm.h b/libavcodec/arm/blockdsp_arm.h
index 6d9c2c3..d26630e 100644
--- a/libavcodec/arm/blockdsp_arm.h
+++ b/libavcodec/arm/blockdsp_arm.h
@@ -21,6 +21,6 @@
#include "libavcodec/blockdsp.h"
-void ff_blockdsp_init_neon(BlockDSPContext *c, unsigned high_bit_depth);
+void ff_blockdsp_init_neon(BlockDSPContext *c);
#endif /* AVCODEC_ARM_BLOCKDSP_ARM_H */
OpenPOWER on IntegriCloud