summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 19:45:49 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 19:45:49 +0000
commit1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c (patch)
tree3ef47d309bb8853dd0206281c2ac90d6fedb63c1 /cfg-common.h
parent63dc65aa4418254d436c5dda71002ff6e2aa25c2 (diff)
downloadmpv-1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c.tar.bz2
mpv-1eaa5eae03ccd7bbd44dbafe19ce0da1026be04c.tar.xz
new -pp options stuff (-npp ...)
see line527@postproc/postprocess.c ;) for the documentation of the format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3772 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 5b16e54bbc..14c6f8d5bd 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -77,6 +77,7 @@
{"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
CONF_TYPE_PRINT, 0, 0, 0},
{"pp", &divx_quality, CONF_TYPE_INT, CONF_MIN, 0, 63},
+ {"npp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0},
#ifdef HAVE_ODIVX_POSTPROCESS
{"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
#else