1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-09 08:29:42 +00:00

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

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;