[FFmpeg-cvslog] avcodec/speedhqenc: Remove declaration of non-existent function

Andreas Rheinhardt git at videolan.org
Wed Mar 26 06:09:38 EET 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Mar  4 18:40:11 2025 +0100| [5308eeae5c1068cf2b4478db17855e5c7090a0cf] | committer: Andreas Rheinhardt

avcodec/speedhqenc: Remove declaration of non-existent function

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

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

 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);



More information about the ffmpeg-cvslog mailing list