summaryrefslogtreecommitdiff
path: root/libavcodec/jpeglsenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-29 20:34:00 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-05-15 12:07:36 +0200
commit911806ec7562daa5ae8a84a0c0a2e1741f99cb41 (patch)
treeca21fdf835c87842f81d74ddea949fc5729fa93d /libavcodec/jpeglsenc.c
parent83cb9be1d2f6037d11c921835d8300ae8acf44f8 (diff)
avcodec/jpeglsenc: Remove unnecessary header
Unnecessary since 130d89d786d29148deb846de48b16e11a894e8a7. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/jpeglsenc.c')
-rw-r--r--libavcodec/jpeglsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/jpeglsenc.c b/libavcodec/jpeglsenc.c
index c80d7373cf..a0552b3c54 100644
--- a/libavcodec/jpeglsenc.c
+++ b/libavcodec/jpeglsenc.c
@@ -26,6 +26,7 @@
*/
#define UNCHECKED_BITSTREAM_READER 1
+#include "libavutil/opt.h"
#include "avcodec.h"
#include "bytestream.h"
#include "encode.h"
@@ -35,7 +36,6 @@
#include "internal.h"
#include "mathops.h"
#include "mjpeg.h"
-#include "mjpegenc.h"
#include "jpegls.h"
typedef struct JPEGLSContext {