[FFmpeg-devel] [PATCH 26/46] avcodec/jpeglsenc: Remove unnecessary header
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Fri Apr 30 02:56:57 EEST 2021
Unnecessary since 130d89d786d29148deb846de48b16e11a894e8a7.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/jpeglsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
--
2.27.0
More information about the ffmpeg-devel
mailing list