mirror of https://github.com/mpv-player/mpv
single coefficient elimination disabled by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6256 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ad3d23fcf9
commit
57e51372c4
|
@ -59,8 +59,8 @@ static int lavc_param_keyint = -1;
|
|||
static int lavc_param_vpass = 0;
|
||||
static int lavc_param_vrc_strategy = 2;
|
||||
static int lavc_param_vb_strategy = 0;
|
||||
static int lavc_param_luma_elim_threshold = 3;
|
||||
static int lavc_param_chroma_elim_threshold = 5;
|
||||
static int lavc_param_luma_elim_threshold = 0;
|
||||
static int lavc_param_chroma_elim_threshold = 0;
|
||||
static int lavc_param_packet_size= 0;
|
||||
static int lavc_param_strict= 0;
|
||||
static int lavc_param_data_partitioning= 0;
|
||||
|
|
Loading…
Reference in New Issue