mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 14:00:43 +00:00
avcodec/jpeglsenc: Remove unnecessary header
Unnecessary since 130d89d786
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
83cb9be1d2
commit
911806ec75
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user