[FFmpeg-cvslog] avcodec/vp8dsp: Remove declarations of inexistent functions

Andreas Rheinhardt git at videolan.org
Sun Sep 11 22:06:52 EEST 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Sep 10 00:02:46 2022 +0200| [b3591ccdf1f364ecea1f0d4b5777d1818e2ec13e] | committer: Andreas Rheinhardt

avcodec/vp8dsp: Remove declarations of inexistent functions

Forgotten in d6f8476be4895c620d58e021ab880823d2fe25bf.

Reviewed-by: Peter Ross <pross at xvid.org>
Reviewed-by: Ronald S. Bultje <rsbultje at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3591ccdf1f364ecea1f0d4b5777d1818e2ec13e
---

 libavcodec/vp8dsp.h | 7 -------
 1 file changed, 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);



More information about the ffmpeg-cvslog mailing list