summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-13 21:55:24 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-13 21:55:24 +0000
commitfb0361090c9adc209b4bb6aaa2cc69a9455b15ed (patch)
tree2c65266011e82acd2e000962eb0185b4dd382076 /cfg-mplayer.h
parent50f47cfd500e666eff9db8b5f6e6b0839539c021 (diff)
downloadmpv-fb0361090c9adc209b4bb6aaa2cc69a9455b15ed.tar.bz2
mpv-fb0361090c9adc209b4bb6aaa2cc69a9455b15ed.tar.xz
-frames and -benchmark options to make chl & gabucino happy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1125 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index c1355dad74..34961ea9c9 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -96,6 +96,9 @@ struct config conf[]={
{"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1},
{"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2},
{"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0},
+
+ {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0},
+ {"benchmark", &benchmark, CONF_TYPE_FLAG, 0, 0, 1},
{"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},
{"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},