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