1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

video: avoid some unnecessary vf.h includes

This commit is contained in:
wm4 2018-01-16 11:36:02 +01:00 committed by Kevin Mitchell
parent 1d3b680427
commit d652d479f1
4 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -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},

View File

@ -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>

View File

@ -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