avcodec/mpegvideo: Remove unnecessary headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-12-22 04:07:14 +01:00
parent cbbd5e063d
commit 4707023a95
7 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

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