From d5f3250c5417a30e69ba4f4bf7b671d6ee7a3fe2 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 3 Nov 2001 00:44:02 +0000 Subject: divx4 2-pass support, -frames option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2644 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-common.h') 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}, -- cgit v1.2.3