From 5ce5dbc5f3d0bce1f8d76fea1907c91469ebdd01 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 28 Jan 2011 06:13:49 +0000 Subject: [PATCH] Make ff_float_to_int16*_c() static. Signed-off-by: Mans Rullgard --- libavcodec/dsputil.c | 4 ++-- libavcodec/dsputil.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 03a5eeea45..84f91fc135 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -3913,13 +3913,13 @@ static av_always_inline int float_to_int16_one(const float *src){ return av_clip_int16(lrintf(*src)); } -void ff_float_to_int16_c(int16_t *dst, const float *src, long len){ +static void ff_float_to_int16_c(int16_t *dst, const float *src, long len){ int i; for(i=0; i