summaryrefslogtreecommitdiff
path: root/libavcodec/snowdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-06-13 01:35:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:46 +0200
commite0b4fe0efa70116de36357135cc7f4744e9404c0 (patch)
tree4f6990feb82a34feeff8e81b38ec915a5d4e439e /libavcodec/snowdec.c
parent2934a4b9a5ee4825480180421e4679c02e6cbbe5 (diff)
downloadffmpeg-e0b4fe0efa70116de36357135cc7f4744e9404c0.tar.gz
avcodec: Remove some unnecessary mpegvideo.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/snowdec.c')
-rw-r--r--libavcodec/snowdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c
index 7367176f07..1355ae6ed1 100644
--- a/libavcodec/snowdec.c
+++ b/libavcodec/snowdec.c
@@ -29,7 +29,6 @@
#include "rangecoder.h"
#include "mathops.h"
-#include "mpegvideo.h"
#include "h263.h"
static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){