From 20571d6f6870dab84624cc6b6fbac82cde204f16 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Thu, 2 Oct 2008 05:01:36 +0300 Subject: Revert "add outdir sub-option to vo png" This reverts commit 22322409ddb527ac855ba71d10dadcb9da415f81. The reverted commit had at least the following problems: - It adds a lot of filesystem handling code to an individual VO. - The added code is duplicated from vo_jpeg.c. - The added code has exit_player() calls. A VO should not exit the whole program. Even if vo_jpeg still has those calls they are a bug that shouldn't spread elsewhere. - The functionality benefit of automatic directory creation is questionable. It was probably only included in vo_jpeg because of the option to automatically create multiple subdirectories (though the utility of that is also questionable); vo_png does not have that. --- DOCS/man/en/mplayer.1 | 2 -- 1 file changed, 2 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 92febf4f3e..a169cbe613 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4200,8 +4200,6 @@ Each file takes the frame number padded with leading zeros as name. .IPs z=<0\-9> Specifies the compression level. 0 is no compression, 9 is maximum compression. -.IPs outdir= -Specify the directory to save the PNG files to (default: ./). .RE .PD 1 . -- cgit v1.2.3