diff options
author | James Almer <jamrial@gmail.com> | 2014-12-23 00:51:26 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-12-23 00:56:51 -0300 |
commit | 32c836cb11079319d04a60beb055cb1065662da3 (patch) | |
tree | 69e764d45e38d25c13a8a43b2d1b73530c6f8a51 | |
parent | 13306dde2240d4a3fd5c143adb96ae6376a4bfb6 (diff) | |
download | ffmpeg-32c836cb11079319d04a60beb055cb1065662da3.tar.gz |
x86/vp9: remove duplicate function prototypes
Fixes "redundant redeclaration" warnings.
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/x86/vp9dsp_init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/x86/vp9dsp_init.c b/libavcodec/x86/vp9dsp_init.c index 7acf4f7480..722b525426 100644 --- a/libavcodec/x86/vp9dsp_init.c +++ b/libavcodec/x86/vp9dsp_init.c @@ -296,13 +296,6 @@ ipred_dir_tm_h_funcs(32, avx); ipred_func(32, v, avx); -ipred_func(32, dc, avx2); -ipred_func(32, dc_left, avx2); -ipred_func(32, dc_top, avx2); -ipred_func(32, v, avx2); -ipred_func(32, h, avx2); -ipred_func(32, tm, avx2); - ipred_dc_funcs(32, avx2); ipred_func(32, h, avx2); ipred_func(32, tm, avx2); |