You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
Not worth the overhead of exporting it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
c389d9ac78
commit
0ccf385e13
@@ -215,7 +215,7 @@ typedef struct AVFloatDSPContext {
|
||||
*
|
||||
* @return sum of elementwise products
|
||||
*/
|
||||
float avpriv_scalarproduct_float_c(const float *v1, const float *v2, int len);
|
||||
float ff_scalarproduct_float_c(const float *v1, const float *v2, int len);
|
||||
|
||||
/**
|
||||
* Return the scalar product of two vectors of doubles.
|
||||
|
||||
Reference in New Issue
Block a user