mirror of https://github.com/mpv-player/mpv
dc=11 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5c677b0f57
commit
4ace585b54
|
@ -294,7 +294,7 @@ m_option_t lavcopts_conf[]={
|
|||
{"cgop", &lavc_param_closed_gop, CONF_TYPE_FLAG, 0, 0, CODEC_FLAG_CLOSED_GOP, NULL},
|
||||
#endif
|
||||
#if LIBAVCODEC_BUILD >= 4711
|
||||
{"dc", &lavc_param_dc_precision, CONF_TYPE_INT, CONF_RANGE, 8, 10, NULL},
|
||||
{"dc", &lavc_param_dc_precision, CONF_TYPE_INT, CONF_RANGE, 8, 11, NULL},
|
||||
#endif
|
||||
{"inter_threshold", &lavc_param_inter_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL},
|
||||
{"sc_threshold", &lavc_param_sc_threshold, CONF_TYPE_INT, CONF_RANGE, -1000000, 1000000, NULL},
|
||||
|
|
Loading…
Reference in New Issue