From 8d086d13a3cda9ec275bddebeff16ed331b1129e Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Date: Tue, 4 Mar 2025 18:40:11 +0100 Subject: [PATCH 32/77] avcodec/speedhqenc: Remove declaration of non-existent function Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- libavcodec/speedhqenc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/speedhqenc.h b/libavcodec/speedhqenc.h index b0e6662279..f02fa1f51a 100644 --- a/libavcodec/speedhqenc.h +++ b/libavcodec/speedhqenc.h @@ -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); -- 2.45.2