ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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.rheinha...@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 { _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".