[FFmpeg-cvslog] avcodec/jpeglsenc: Remove unnecessary header

Andreas Rheinhardt git at videolan.org
Sun May 16 01:59:12 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Apr 29 20:34:00 2021 +0200| [911806ec7562daa5ae8a84a0c0a2e1741f99cb41] | committer: Andreas Rheinhardt

avcodec/jpeglsenc: Remove unnecessary header

Unnecessary since 130d89d786d29148deb846de48b16e11a894e8a7.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=911806ec7562daa5ae8a84a0c0a2e1741f99cb41
---

 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 {



More information about the ffmpeg-cvslog mailing list