1
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 10:55:27 +01:00

Fix compilation after r31173.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31174 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-05-14 14:20:19 +00:00
parent e3f191fa3f
commit 2b26048cca

@ -51,7 +51,6 @@ extern const vf_info_t vf_info_pp;
extern const vf_info_t vf_info_scale;
extern const vf_info_t vf_info_format;
extern const vf_info_t vf_info_noformat;
extern const vf_info_t vf_info_yuy2;
extern const vf_info_t vf_info_flip;
extern const vf_info_t vf_info_rgb2bgr;
extern const vf_info_t vf_info_rotate;
@ -137,7 +136,6 @@ static const vf_info_t* const filter_list[]={
&vf_info_vo,
&vf_info_format,
&vf_info_noformat,
&vf_info_yuy2,
&vf_info_flip,
&vf_info_rgb2bgr,
&vf_info_rotate,