avcodec/avrndec: Remove unnecessary headers

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

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
pull/371/head
Andreas Rheinhardt 4 years ago
parent f26b8385ee
commit 6db394c128
  1. 2
      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 {

Loading…
Cancel
Save