mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
avfilter/hermite: fix "libavfilter/hermite.h:19:15: error: no previous prototype for hermite_interpolation"
Fix build Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
ed4257de2d
commit
118b1ba43b
@ -16,7 +16,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
inline double hermite_interpolation(double x, double x0, double x1,
|
||||
static inline double hermite_interpolation(double x, double x0, double x1,
|
||||
double p0, double p1,
|
||||
double m0, double m1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user