avcodec/mpegvideo: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/383/head
Andreas Rheinhardt 3 years ago
parent cbbd5e063d
commit 4707023a95
  1. 1
      libavcodec/eatqi.c
  2. 1
      libavcodec/mdec.c
  3. 3
      libavcodec/mpegvideo.c
  4. 3
      libavcodec/mpegvideo.h
  5. 1
      libavcodec/mpegvideo_enc.c
  6. 1
      libavcodec/mpegvideo_parser.c
  7. 1
      libavcodec/speedhqenc.c

@ -37,6 +37,7 @@
#include "idctdsp.h"
#include "internal.h"
#include "mpeg12.h"
#include "mpeg12data.h"
typedef struct TqiContext {
AVCodecContext *avctx;

@ -34,6 +34,7 @@
#include "bswapdsp.h"
#include "idctdsp.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "thread.h"
typedef struct MDECContext {

@ -31,7 +31,6 @@
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/motion_vector.h"
#include "libavutil/video_enc_params.h"
#include "avcodec.h"
@ -44,8 +43,6 @@
#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "mjpegenc.h"
#include "msmpeg4.h"
#include "qpeldsp.h"
#include "thread.h"
#include "wmv2.h"

@ -53,9 +53,8 @@
#include "parser.h"
#endif
#include "mpegutils.h"
#include "mpeg12data.h"
#include "qpeldsp.h"
#include "thread.h"
#include "rl.h"
#include "videodsp.h"
#include "libavutil/opt.h"

@ -45,6 +45,7 @@
#include "encode.h"
#include "idctdsp.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "h261.h"

@ -22,6 +22,7 @@
#include "parser.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "internal.h"
struct MpvParseContext {

@ -32,6 +32,7 @@
#include "avcodec.h"
#include "mpeg12.h"
#include "mpeg12data.h"
#include "mpegvideo.h"
#include "speedhqenc.h"

Loading…
Cancel
Save