mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/vp8dsp: Remove declarations of inexistent functions
Forgotten in d6f8476be4
.
Reviewed-by: Peter Ross <pross@xvid.org>
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
361c875340
commit
b3591ccdf1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user