summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_yadif.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_yadif.c')
-rw-r--r--video/filter/vf_yadif.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/video/filter/vf_yadif.c b/video/filter/vf_yadif.c
index bb6595cdcd..1158cffbbf 100644
--- a/video/filter/vf_yadif.c
+++ b/video/filter/vf_yadif.c
@@ -25,14 +25,14 @@
#include <math.h>
#include "config.h"
-#include "cpudetect.h"
-#include "options.h"
+#include "core/cpudetect.h"
+#include "core/options.h"
-#include "mp_msg.h"
-#include "img_format.h"
-#include "mp_image.h"
+#include "core/mp_msg.h"
+#include "video/img_format.h"
+#include "video/mp_image.h"
#include "vf.h"
-#include "libvo/fastmemcpy.h"
+#include "video/memcpy_pic.h"
#include "libavutil/common.h"
//===========================================================================//