summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-04 13:52:41 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-04 13:52:41 +0000
commit002b6634cc941243560a64219cd54b052f2f2c2d (patch)
tree5b2404e15a078d407412c934b72effbee93000fe /cfg-mplayer.h
parenta2e99c9a7dc66c59db56009dbabaeb2687360cb9 (diff)
downloadmpv-002b6634cc941243560a64219cd54b052f2f2c2d.tar.bz2
mpv-002b6634cc941243560a64219cd54b052f2f2c2d.tar.xz
-autoq option...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1440 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 645f072a6f..4917951ee1 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -156,6 +156,7 @@ struct config conf[]={
{"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_RANGE, 0, 63},
+ {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100},
{"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000},
#ifdef HAVE_PNG
{"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},