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