diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-04 00:11:42 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-09 20:06:47 +0200 |
commit | 3524e82a08f10cf4ef3cbd8bb23b8513ff0f8916 (patch) | |
tree | fce157699a6050d38905ddee3331fbb419a03b82 | |
parent | ad5040a4427f1f68c8013323c9c1d2aff49b7787 (diff) | |
download | ffmpeg-3524e82a08f10cf4ef3cbd8bb23b8513ff0f8916.tar.gz |
avcodec/dv: Remove unnecessary header
Forgotten in 6d484671ecb612c32cbda0fab65f961743aff5f8.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | libavcodec/dv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h index 19290aa382..855afcc758 100644 --- a/libavcodec/dv.h +++ b/libavcodec/dv.h @@ -30,7 +30,6 @@ #include "avcodec.h" #include "dv_profile.h" #include "me_cmp.h" -#include "vlc.h" #include "idctdsp.h" typedef struct DVwork_chunk { |