[FFmpeg-devel] [PATCH 03/29] avcodec/avrndec: Remove unnecessary headers
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Thu Feb 18 05:41:48 EET 2021
The avrn decoder does not use any internals of the MJPEG decoder since
e0031ca29a471c4a540ba2e01b3f81af03ef757b.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
libavcodec/avrndec.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c
index d85e3c2000..9380d86885 100644
--- a/libavcodec/avrndec.c
+++ b/libavcodec/avrndec.c
@@ -21,8 +21,6 @@
#include "avcodec.h"
#include "internal.h"
-#include "mjpeg.h"
-#include "mjpegdec.h"
#include "libavutil/imgutils.h"
typedef struct {
--
2.27.0
More information about the ffmpeg-devel
mailing list