summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2011-01-28 06:13:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2011-01-30 03:40:58 +0100
commitb5f83debf5384195c8700d024fb760ab8d7250aa (patch)
tree127a01a9e481d80da39a1d9dd68bc92968fffb1e /libavcodec/dsputil.h
parent9740a357e938cd625bcbda0314ee4e6117d99aca (diff)
downloadffmpeg-streaming-b5f83debf5384195c8700d024fb760ab8d7250aa.zip
ffmpeg-streaming-b5f83debf5384195c8700d024fb760ab8d7250aa.tar.gz
Make ff_float_to_int16*_c() static.
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 5ce5dbc5f3d0bce1f8d76fea1907c91469ebdd01)
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index eabecf0..74831cf 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -70,8 +70,6 @@ void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc
void ff_vector_fmul_window_c(float *dst, const float *src0, const float *src1,
const float *win, float add_bias, int len);
-void ff_float_to_int16_c(int16_t *dst, const float *src, long len);
-void ff_float_to_int16_interleave_c(int16_t *dst, const float **src, long len, int channels);
/* encoding scans */
extern const uint8_t ff_alternate_horizontal_scan[64];
OpenPOWER on IntegriCloud