[FFmpeg-cvslog] avcodec/avrndec: Remove unnecessary headers

Andreas Rheinhardt git at videolan.org
Tue Feb 23 12:36:09 EET 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Feb  9 22:09:12 2021 +0100| [6db394c12850c061c135afd7d3639f5fa80536bd] | committer: Andreas Rheinhardt

avcodec/avrndec: Remove unnecessary headers

The avrn decoder does not use any internals of the MJPEG decoder since
e0031ca29a471c4a540ba2e01b3f81af03ef757b.

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

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

 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 {



More information about the ffmpeg-cvslog mailing list