summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-09 07:26:54 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:07:27 +0200
commit082b6f86d377f92040c9fb9252b3f935992181c9 (patch)
tree28883308dc258ed4045dc6d5c7c8dd664a386623 /libmpcodecs/vf.c
parent8de983fe7f447d5b5a567dc9947184d19f1b6095 (diff)
downloadmpv-082b6f86d377f92040c9fb9252b3f935992181c9.tar.bz2
mpv-082b6f86d377f92040c9fb9252b3f935992181c9.tar.xz
vf_rgb2bgr: remove the filter
Its functionality has been superseeded by sws by quite some time, and the "swap" functionality is now provided by vf_format. see http://comments.gmane.org/gmane.comp.video.mplayer.devel/55804 for a full discussion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31350 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 217e802a84..7db177f353 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -51,7 +51,6 @@ 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_flip;
-extern const vf_info_t vf_info_rgb2bgr;
extern const vf_info_t vf_info_rotate;
extern const vf_info_t vf_info_mirror;
extern const vf_info_t vf_info_palette;
@@ -136,9 +135,6 @@ static const vf_info_t* const filter_list[]={
&vf_info_format,
&vf_info_noformat,
&vf_info_flip,
-#ifdef CONFIG_LIBSWSCALE_INTERNALS
- &vf_info_rgb2bgr,
-#endif
&vf_info_rotate,
&vf_info_mirror,
#ifdef CONFIG_LIBSWSCALE_INTERNALS