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:
michael 2002-06-01 02:11:24 +00:00
parent ad3d23fcf9
commit 57e51372c4
1 changed files with 2 additions and 2 deletions

View File

@ -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;