mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/mpegvideo: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
cbbd5e063d
commit
4707023a95
@ -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…
Reference in New Issue
Block a user