[FFmpeg-cvslog] avcodec/speedhqenc: Remove unnecessary headers
Andreas Rheinhardt
git at videolan.org
Sun Oct 9 20:41:15 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Oct 6 02:45:57 2022 +0200| [33a96b600bd45fe5ca33e3d688b873cdaceb4ee3] | committer: Andreas Rheinhardt
avcodec/speedhqenc: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33a96b600bd45fe5ca33e3d688b873cdaceb4ee3
---
libavcodec/speedhqenc.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/speedhqenc.h b/libavcodec/speedhqenc.h
index 5100bb2d34..0c52e6a380 100644
--- a/libavcodec/speedhqenc.h
+++ b/libavcodec/speedhqenc.h
@@ -31,10 +31,7 @@
#include <stdint.h>
-#include "mjpeg.h"
-#include "mjpegenc_common.h"
#include "mpegvideo.h"
-#include "put_bits.h"
int ff_speedhq_encode_init(MpegEncContext *s);
void ff_speedhq_encode_close(MpegEncContext *s);
More information about the ffmpeg-cvslog
mailing list