summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index e2717e3598..b0721b3b88 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -60,6 +60,9 @@ struct config conf[]={
{"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
{"o", &out_filename, CONF_TYPE_STRING, 0, 0, 0},
+ {"x", &vo_w, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
+ {"y", &vo_h, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
+
{"mp3file", &mp3_filename, CONF_TYPE_STRING, 0, 0, 0},
{"ac3file", &ac3_filename, CONF_TYPE_STRING, 0, 0, 0},