summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.c')
-rw-r--r--demux/demux.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/demux/demux.c b/demux/demux.c
index 3673fd06e3..889fbea409 100644
--- a/demux/demux.c
+++ b/demux/demux.c
@@ -28,17 +28,16 @@
#include <sys/stat.h>
#include "config.h"
-#include "options.h"
+#include "core/options.h"
#include "talloc.h"
-#include "mp_msg.h"
-#include "m_config.h"
+#include "core/mp_msg.h"
#include "stream/stream.h"
-#include "demuxer.h"
+#include "demux.h"
#include "stheader.h"
#include "mf.h"
-#include "libaf/format.h"
+#include "audio/format.h"
#include "libavcodec/avcodec.h"
#if MP_INPUT_BUFFER_PADDING_SIZE < FF_INPUT_BUFFER_PADDING_SIZE