From 5e2a0b316ec0aec447087c1fa2ad1640df6c3b99 Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 10 Jan 2005 15:51:55 +0000 Subject: Implementation of vo_png suboption parser with subopt-helper and removal of -z command line option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14452 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index b9d6a5d018..182f7fcf7f 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -189,7 +189,7 @@ m_option_t mplayer_opts[]={ // -vo png only: #ifdef HAVE_PNG - {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL}, + {"z", "-z is replaced by -vo png:z=<0-9>\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, #endif // -vo jpeg only: #ifdef HAVE_JPEG -- cgit v1.2.3