summaryrefslogtreecommitdiffstats
path: root/stream/stream_lavf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_lavf.c')
-rw-r--r--stream/stream_lavf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_lavf.c b/stream/stream_lavf.c
index d62d9c9e57..d21e35e6a3 100644
--- a/stream/stream_lavf.c
+++ b/stream/stream_lavf.c
@@ -20,11 +20,11 @@
#include "libavformat/avformat.h"
#include "libavformat/avio.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
-#include "libmpdemux/demuxer.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
+#include "demux/demux.h"
static int fill_buffer(stream_t *s, char *buffer, int max_len)
{