summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_noformat.c')
-rw-r--r--video/filter/vf_noformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index cfdf91401a..2a668c6d44 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -22,13 +22,13 @@
#include <inttypes.h>
#include "config.h"
-#include "core/mp_msg.h"
+#include "mpvcore/mp_msg.h"
#include "video/img_format.h"
#include "video/mp_image.h"
#include "vf.h"
-#include "core/m_option.h"
+#include "mpvcore/m_option.h"
static struct vf_priv_s {
int fmt;