mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
x86/vp9: remove duplicate function prototypes
Fixes "redundant redeclaration" warnings. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user