diff options
author | siretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-06-09 07:26:54 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:07:27 +0200 |
commit | 082b6f86d377f92040c9fb9252b3f935992181c9 (patch) | |
tree | 28883308dc258ed4045dc6d5c7c8dd664a386623 /Changelog | |
parent | 8de983fe7f447d5b5a567dc9947184d19f1b6095 (diff) |
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 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ MPlayer (1.0) Filters: * remove vf_yuy2, functionality is replaced by -vf format=yuv2 + * remove vf_rgb2bgr, functionality is replaced by sws and vf_format Drivers: * X11: Window manager choses Window position by default. |