avcodec/speedhqenc: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent d2dc6440e6
commit 33a96b600b
  1. 3
      libavcodec/speedhqenc.h

@ -31,10 +31,7 @@
#include <stdint.h> #include <stdint.h>
#include "mjpeg.h"
#include "mjpegenc_common.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#include "put_bits.h"
int ff_speedhq_encode_init(MpegEncContext *s); int ff_speedhq_encode_init(MpegEncContext *s);
void ff_speedhq_encode_close(MpegEncContext *s); void ff_speedhq_encode_close(MpegEncContext *s);

Loading…
Cancel
Save