summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/decode/dec_video.c4
-rw-r--r--video/decode/vd.c1
2 files changed, 1 insertions, 4 deletions
diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c
index ed856e046c..d101237699 100644
--- a/video/decode/dec_video.c
+++ b/video/decode/dec_video.c
@@ -24,14 +24,12 @@
#include <stdbool.h>
#include <assert.h>
-#include "demux/codec_tags.h"
-
#include "core/mp_msg.h"
#include "osdep/timer.h"
#include "stream/stream.h"
-#include "demux/demux.h"
+#include "demux/demux_packet.h"
#include "core/codecs.h"
diff --git a/video/decode/vd.c b/video/decode/vd.c
index 6f05ab334c..9df1d39146 100644
--- a/video/decode/vd.c
+++ b/video/decode/vd.c
@@ -28,7 +28,6 @@
#include "video/img_format.h"
#include "stream/stream.h"
-#include "demux/demux.h"
#include "demux/stheader.h"
#include "dec_video.h"