summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/decode/dec_video.c2
-rw-r--r--video/decode/vd_lavc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c
index c16dc57eda..6ab67b9dad 100644
--- a/video/decode/dec_video.c
+++ b/video/decode/dec_video.c
@@ -29,7 +29,7 @@
#include "osdep/timer.h"
#include "stream/stream.h"
-#include "demux/demux_packet.h"
+#include "demux/packet.h"
#include "mpvcore/codecs.h"
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index aebda8dd70..e6ed8e5602 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -48,7 +48,7 @@
#include "video/filter/vf.h"
#include "video/decode/dec_video.h"
#include "demux/stheader.h"
-#include "demux/demux_packet.h"
+#include "demux/packet.h"
#include "osdep/numcores.h"
#include "video/csputils.h"