summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 00:44:02 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 00:44:02 +0000
commitd5f3250c5417a30e69ba4f4bf7b671d6ee7a3fe2 (patch)
tree735ead04c729fd8f144fac85c23133efc41588af /cfg-common.h
parent4418193191e2de50812da239c9cc9754f52a7807 (diff)
downloadmpv-d5f3250c5417a30e69ba4f4bf7b671d6ee7a3fe2.tar.bz2
mpv-d5f3250c5417a30e69ba4f4bf7b671d6ee7a3fe2.tar.xz
divx4 2-pass support, -frames option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2644 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index a7784ad5dc..b01a2350fc 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -53,6 +53,8 @@
// ------------------------- a-v sync options --------------------
+ {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0},
+
{"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
{"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
{"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000},