summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-10 15:51:55 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-10 15:51:55 +0000
commit5e2a0b316ec0aec447087c1fa2ad1640df6c3b99 (patch)
tree9bfda0961d3ee9d88f8d254ce584479a74e18512 /cfg-mplayer.h
parent853007980b495e26344a5ae152b208b738b53f13 (diff)
downloadmpv-5e2a0b316ec0aec447087c1fa2ad1640df6c3b99.tar.bz2
mpv-5e2a0b316ec0aec447087c1fa2ad1640df6c3b99.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
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