mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
align vbuf_size to the max value allowed by main profile @ high level
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21560 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a754b2fd0d
commit
3e7616ecab
@ -200,7 +200,7 @@ m_option_t mpegopts_conf[] = {
|
||||
{"init_vpts", &(conf_init_vpts), CONF_TYPE_INT, CONF_RANGE, 100, 700, NULL}, //2*frametime at 60fps
|
||||
{"init_apts", &(conf_init_apts), CONF_TYPE_INT, CONF_RANGE, 100, 700, NULL},
|
||||
{"vdelay", &conf_init_adelay, CONF_TYPE_INT, CONF_RANGE, 1, 32760, NULL},
|
||||
{"vbuf_size", &conf_vbuf_size, CONF_TYPE_INT, CONF_RANGE, 40, 1024, NULL},
|
||||
{"vbuf_size", &conf_vbuf_size, CONF_TYPE_INT, CONF_RANGE, 40, 1194, NULL},
|
||||
{"abuf_size", &conf_abuf_size, CONF_TYPE_INT, CONF_RANGE, 4, 64, NULL},
|
||||
{"drop", &conf_drop, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
{"tsaf", &conf_ts_allframes, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user