Re: [libav-devel] [PATCH 1/9] blockdsp: drop the high_bit_depth parameter

2016-09-06 Thread Diego Biurrun
On Mon, Sep 05, 2016 at 01:02:35PM +0200, Anton Khirnov wrote: > --- a/libavcodec/blockdsp.h > +++ b/libavcodec/blockdsp.h > @@ -40,13 +40,13 @@ typedef struct BlockDSPContext { > > #if FF_API_XVMC > -void ff_blockdsp_init_x86(BlockDSPContext *c, unsigned high_bit_depth, > +void

[libav-devel] [PATCH 1/9] blockdsp: drop the high_bit_depth parameter

2016-09-05 Thread Anton Khirnov
It has no effect, since the code is supposed to operate the same way for any bit depth. --- libavcodec/arm/blockdsp_arm.h | 2 +- libavcodec/arm/blockdsp_init_arm.c | 4 ++-- libavcodec/arm/blockdsp_init_neon.c | 8 +++- libavcodec/blockdsp.c | 10 --