summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 09:35:51 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 09:35:51 +0000
commitea0baf7de48c2c310ea807efd750a0464409d0ae (patch)
tree5866fe70d9110ad4d655ab95f3929affb18e0daf /cfg-mplayer.h
parent84be5316a50601be81bcbae5901ed735edafb52a (diff)
downloadmpv-ea0baf7de48c2c310ea807efd750a0464409d0ae.tar.bz2
mpv-ea0baf7de48c2c310ea807efd750a0464409d0ae.tar.xz
frame dropping...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@799 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 3fc2432598..b5c32fb9f2 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -76,6 +76,10 @@ struct config conf[]={
{"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1},
{"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0},
+ {"framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 1},
+ {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2},
+ {"no framedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0},
+
{"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},
{"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 256},
{"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 32},