Mercurial > mplayer.hg
changeset 6255:140e94c4c89b
single coefficient elimination disabled by default
author | michael |
---|---|
date | Sat, 01 Jun 2002 02:11:24 +0000 |
parents | 034b12194350 |
children | 55aacd56c5ef |
files | libmpcodecs/ve_lavc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ve_lavc.c Fri May 31 23:17:43 2002 +0000 +++ b/libmpcodecs/ve_lavc.c Sat Jun 01 02:11:24 2002 +0000 @@ -59,8 +59,8 @@ 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;