[FFmpeg-cvslog] x86/vp9: remove duplicate function prototypes

James Almer git at videolan.org
Tue Dec 23 04:57:59 CET 2014


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Dec 23 00:51:26 2014 -0300| [32c836cb11079319d04a60beb055cb1065662da3] | committer: James Almer

x86/vp9: remove duplicate function prototypes

Fixes "redundant redeclaration" warnings.

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32c836cb11079319d04a60beb055cb1065662da3
---

 libavcodec/x86/vp9dsp_init.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/libavcodec/x86/vp9dsp_init.c b/libavcodec/x86/vp9dsp_init.c
index 7acf4f7..722b525 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);



More information about the ffmpeg-cvslog mailing list