diff mbox series

[FFmpeg-devel,26/46] avcodec/jpeglsenc: Remove unnecessary header

Message ID HE1PR0301MB21548368D378F40773EBAE5A8F5F9@HE1PR0301MB2154.eurprd03.prod.outlook.com
State Accepted
Commit 911806ec7562daa5ae8a84a0c0a2e1741f99cb41
Headers show
Series [FFmpeg-devel,01/46] avcodec/a64multienc: Avoid intermediate buffer | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt April 29, 2021, 11:56 p.m. UTC
Unnecessary since 130d89d786d29148deb846de48b16e11a894e8a7.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/jpeglsenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 {