summaryrefslogtreecommitdiffstats
path: root/video/mp_image.c
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 /video/mp_image.c
parent1d3b680427a4a08d8e3df212eef74751fa56694e (diff)
downloadmpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.bz2
mpv-d652d479f1c2c6cdff1867d5be03ab9bcfb2656d.tar.xz
video: avoid some unnecessary vf.h includes
Diffstat (limited to 'video/mp_image.c')
-rw-r--r--video/mp_image.c2
1 files changed, 0 insertions, 2 deletions
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},