summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-16 11:36:02 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-18 00:59:07 -0800
commitd652d479f1c2c6cdff1867d5be03ab9bcfb2656d (patch)
treedf63b807dd46cde2b21713fe78661999134fbfe5
parent1d3b680427a4a08d8e3df212eef74751fa56694e (diff)
downloadmpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.bz2
mpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.xz
video: avoid some unnecessary vf.h includes
-rw-r--r--video/decode/vd_lavc.c1
-rw-r--r--video/mp_image.c2
-rw-r--r--video/out/vo_x11.c1
-rw-r--r--video/sws_utils.c1
4 files changed, 0 insertions, 5 deletions
diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c
index eab1427bb7..234701131a 100644
--- a/video/decode/vd_lavc.c
+++ b/video/decode/vd_lavc.c
@@ -41,7 +41,6 @@
#include "vd.h"
#include "video/hwdec.h"
#include "video/img_format.h"
-#include "video/filter/vf.h"
#include "video/mp_image.h"
#include "video/mp_image_pool.h"
#include "video/decode/dec_video.h"
diff --git a/video/mp_image.c b/video/mp_image.c
index 603c5969ec..9682a708ec 100644
--- a/video/mp_image.c
+++ b/video/mp_image.c
@@ -40,8 +40,6 @@
#include "sws_utils.h"
#include "fmt-conversion.h"
-#include "video/filter/vf.h"
-
const struct m_opt_choice_alternatives mp_spherical_names[] = {
{"auto", MP_SPHERICAL_AUTO},
{"none", MP_SPHERICAL_NONE},
diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c
index f29d06ad16..9c7595e1d8 100644
--- a/video/out/vo_x11.c
+++ b/video/out/vo_x11.c
@@ -28,7 +28,6 @@
#include "vo.h"
#include "video/csputils.h"
#include "video/mp_image.h"
-#include "video/filter/vf.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/video/sws_utils.c b/video/sws_utils.c
index ae6df02f52..c8dcf5493d 100644
--- a/video/sws_utils.c
+++ b/video/sws_utils.c
@@ -33,7 +33,6 @@
#include "fmt-conversion.h"
#include "csputils.h"
#include "common/msg.h"
-#include "video/filter/vf.h"
#include "osdep/endian.h"
//global sws_flags from the command line