diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-06 02:45:57 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-09 19:31:47 +0200 |
commit | 33a96b600bd45fe5ca33e3d688b873cdaceb4ee3 (patch) | |
tree | 0ef1633af627b17c96cc34ad5871d215ac22a7b0 /libavcodec/speedhqenc.h | |
parent | d2dc6440e6d46d34cfb7d925d4a5420cebf5bf66 (diff) | |
download | ffmpeg-33a96b600bd45fe5ca33e3d688b873cdaceb4ee3.tar.gz |
avcodec/speedhqenc: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/speedhqenc.h')
-rw-r--r-- | libavcodec/speedhqenc.h | 3 |
1 files changed, 0 insertions, 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); |