summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 09:37:44 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-14 09:37:44 +0000
commit5bc84d0f810a8f902cbb66a1c1227e3afe5471d7 (patch)
tree34e80c76ee9d87ae58a47ee7af654770cc4d2831 /cfg-mplayer.h
parentea0baf7de48c2c310ea807efd750a0464409d0ae (diff)
downloadmpv-5bc84d0f810a8f902cbb66a1c1227e3afe5471d7.tar.bz2
mpv-5bc84d0f810a8f902cbb66a1c1227e3afe5471d7.tar.xz
ehh space removed :o
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index b5c32fb9f2..227103bb93 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -78,7 +78,7 @@ struct config conf[]={
{"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},
+ {"noframedrop", &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},