summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
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},