diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-04 15:17:19 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-08 06:16:26 +0100 |
commit | 27f22f33834c521a153842fcc0f614360901f2b7 (patch) | |
tree | 83537838c3982fe3ab12c8fa6373cf761b148207 /libavcodec/dv.c | |
parent | 115ac90ec99af35838f65fc5b8f1b27e2ca4ab37 (diff) | |
download | ffmpeg-27f22f33834c521a153842fcc0f614360901f2b7.tar.gz |
all: Remove unnecessary libavcodec/internal.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 8a4cac859e..e2550c4cc1 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -38,15 +38,8 @@ * DV codec. */ -#include "libavutil/internal.h" -#include "libavutil/pixdesc.h" - #include "avcodec.h" #include "dv.h" -#include "dvdata.h" -#include "internal.h" -#include "put_bits.h" -#include "simple_idct.h" static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan, int seq, int slot, uint16_t *tbl) |