diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-07-08 08:31:15 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-07-11 06:38:26 -0700 |
commit | 1173320249745eab01c901a39054fc0fced33c87 (patch) | |
tree | 6235c122aa97207afb1eb0c3649fb1e9d2daca12 /libavcodec/x86/dsputilenc_mmx.c | |
parent | df2aa22203afc9377832bdf800df5dbd3aa9687e (diff) | |
download | ffmpeg-1173320249745eab01c901a39054fc0fced33c87.tar.gz |
dsputil: Drop unused bit_depth parameter from all init functions
Diffstat (limited to 'libavcodec/x86/dsputilenc_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputilenc_mmx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c index 5a7d911ca8..5a33b2fb19 100644 --- a/libavcodec/x86/dsputilenc_mmx.c +++ b/libavcodec/x86/dsputilenc_mmx.c @@ -813,8 +813,7 @@ hadamard_func(mmxext) hadamard_func(sse2) hadamard_func(ssse3) -av_cold void ff_dsputilenc_init_mmx(DSPContext *c, AVCodecContext *avctx, - unsigned high_bit_depth) +av_cold void ff_dsputilenc_init_mmx(DSPContext *c, AVCodecContext *avctx) { int cpu_flags = av_get_cpu_flags(); |