summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.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/h264_slice.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/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 9c2301d7e0..20055e6f7a 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -29,6 +29,7 @@
#include "libavutil/display.h"
#include "libavutil/imgutils.h"
#include "libavutil/stereo3d.h"
+#include "libavutil/timecode.h"
#include "internal.h"
#include "cabac.h"
#include "cabac_functions.h"
@@ -43,7 +44,6 @@
#include "golomb.h"
#include "mathops.h"
#include "mpegutils.h"
-#include "mpegvideo.h"
#include "rectangle.h"
#include "thread.h"