summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_screenshot.c')
-rw-r--r--video/filter/vf_screenshot.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/video/filter/vf_screenshot.c b/video/filter/vf_screenshot.c
index 693d871e5f..8b937b0648 100644
--- a/video/filter/vf_screenshot.c
+++ b/video/filter/vf_screenshot.c
@@ -23,13 +23,13 @@
#include <string.h>
#include <inttypes.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 "libmpcodecs/sws_utils.h"
-#include "fmt-conversion.h"
-#include "libvo/fastmemcpy.h"
+#include "video/sws_utils.h"
+#include "video/fmt-conversion.h"
+#include "video/memcpy_pic.h"
#include <libswscale/swscale.h>