diff cfg-mplayer.h @ 1124:0e95f30ffd4c

-frames and -benchmark options to make chl & gabucino happy
author arpi_esp
date Wed, 13 Jun 2001 21:55:24 +0000
parents b1cf1087ec33
children 6a0f937b52e6
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Jun 13 16:12:14 2001 +0000
+++ b/cfg-mplayer.h	Wed Jun 13 21:55:24 2001 +0000
@@ -96,6 +96,9 @@
 	{"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},