From 66e20ef8ad0c3e3ce420f08fa7849000a4cc060a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 5 Dec 2013 22:55:35 +0100 Subject: video: remove --flip The --flip option flipped the image upside-down, by trying to use VO support, or if not available, by inserting a video filter. I'm not sure why it existed. Maybe it was important in ancient times when VfW based decoders output an image this way (but even then, flipping an image is a free operation by negating the stride). One nice thing about this is that it provided a possible path for implementing video orientation, which is a feature we should probably support eventually. The important part is that it would be for free for VOs that support it, and would work even with hardware decoding. But for now get rid of it. It's useless, trivial, stands in the way, and supporting video orientation would require solving other problems first. --- DOCS/man/en/options.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 962f7c9019..6d8782c38c 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -800,9 +800,6 @@ OPTIONS ``--no-fixed-vo`` enforces closing and reopening the video window for multiple files (one (un)initialization for each file). -``--flip`` - Flip image upside-down. - ``--force-rgba-osd-rendering`` Change how some video outputs render the OSD and text subtitles. This does not change appearance of the subtitles and only has performance -- cgit v1.2.3