summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2022-09-10 00:02:46 +0200
committerAndreas Rheinhardt <[email protected]>2022-09-11 20:55:19 +0200
commitb3591ccdf1f364ecea1f0d4b5777d1818e2ec13e (patch)
treed067d33e86ad817d447b5fb3f9656b57f9776b93
parent361c8753407cc91b462090e90bd0f78f0c2e2664 (diff)
avcodec/vp8dsp: Remove declarations of inexistent functions
Forgotten in d6f8476be4895c620d58e021ab880823d2fe25bf. Reviewed-by: Peter Ross <[email protected]> Reviewed-by: Ronald S. Bultje <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]>
-rw-r--r--libavcodec/vp8dsp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/vp8dsp.h b/libavcodec/vp8dsp.h
index 7c6208df39..bbd7f60a4f 100644
--- a/libavcodec/vp8dsp.h
+++ b/libavcodec/vp8dsp.h
@@ -81,13 +81,6 @@ typedef struct VP8DSPContext {
vp8_mc_func put_vp8_bilinear_pixels_tab[3][3][3];
} VP8DSPContext;
-void ff_put_vp8_pixels16_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
- int h, int x, int y);
-void ff_put_vp8_pixels8_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
- int h, int x, int y);
-void ff_put_vp8_pixels4_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
- int h, int x, int y);
-
void ff_vp7dsp_init(VP8DSPContext *c);
void ff_vp78dsp_init(VP8DSPContext *c);