1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/speedhqenc: Remove declaration of non-existent function

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-03-04 18:40:11 +01:00
parent 7751b0cbed
commit 5308eeae5c

View File

@ -33,7 +33,6 @@
#include "mpegvideo.h"
void ff_speedhq_encode_close(MpegEncContext *s);
void ff_speedhq_encode_mb(MpegEncContext *s, int16_t block[12][64]);
void ff_speedhq_end_slice(MpegEncContext *s);