summaryrefslogtreecommitdiffstats
path: root/video/sws_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/sws_utils.c')
-rw-r--r--video/sws_utils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/video/sws_utils.c b/video/sws_utils.c
index 4fc5639e55..951e101066 100644
--- a/video/sws_utils.c
+++ b/video/sws_utils.c
@@ -20,13 +20,13 @@
#include <libavutil/opt.h>
-#include "libmpcodecs/sws_utils.h"
+#include "sws_utils.h"
-#include "libmpcodecs/mp_image.h"
-#include "libmpcodecs/img_format.h"
+#include "video/mp_image.h"
+#include "video/img_format.h"
#include "fmt-conversion.h"
-#include "libvo/csputils.h"
-#include "mp_msg.h"
+#include "csputils.h"
+#include "core/mp_msg.h"
//global sws_flags from the command line
int sws_flags = 2;