]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/avrndec: Remove unnecessary headers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 9 Feb 2021 21:09:12 +0000 (22:09 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 09:14:25 +0000 (10:14 +0100)
The avrn decoder does not use any internals of the MJPEG decoder since
e0031ca29a471c4a540ba2e01b3f81af03ef757b.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/avrndec.c

index d85e3c20005b90911e747a91dbf8267e8ac83f6e..9380d8688509bae99f94c6276a912fd7f901216d 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "avcodec.h"
 #include "internal.h"
-#include "mjpeg.h"
-#include "mjpegdec.h"
 #include "libavutil/imgutils.h"
 
 typedef struct {