# HG changeset patch # User michael # Date 1009409490 0 # Node ID b987b69d1bd6baf4564ad37098c9a217e9d5b8e0 # Parent bdc6a07f3bb458c390789187aa2e5e5d17112056 101 diff -r bdc6a07f3bb4 -r b987b69d1bd6 postproc/postprocess.c --- a/postproc/postprocess.c Wed Dec 26 22:59:08 2001 +0000 +++ b/postproc/postprocess.c Wed Dec 26 23:31:30 2001 +0000 @@ -163,7 +163,8 @@ { {"hb", "hdeblock", 1, 1, 3, H_DEBLOCK}, {"vb", "vdeblock", 1, 2, 4, V_DEBLOCK}, - {"vr", "rkvdeblock", 1, 2, 4, H_RK1_FILTER}, + {"hr", "rkhdeblock", 1, 1, 3, H_RK1_FILTER}, + {"vr", "rkvdeblock", 1, 2, 4, V_RK1_FILTER}, {"h1", "x1hdeblock", 1, 1, 3, H_X1_FILTER}, {"v1", "x1vdeblock", 1, 2, 4, V_X1_FILTER}, {"dr", "dering", 1, 5, 6, DERING}, @@ -540,6 +541,7 @@ y nochrom chrominance filtring disabled hb hdeblock horizontal deblocking filter vb vdeblock vertical deblocking filter +hr rkhdeblock vr rkvdeblock h1 x1hdeblock Experimental horizontal deblock filter 1 v1 x1vdeblock Experimental vertical deblock filter 1 @@ -724,9 +726,8 @@ } newPPFlag=1; -// it shouldnt matter what we set divx_quality to as long as its not 0 -// (we dont use it if newPPFlag is set) - divx_quality=1; +//divx_quality is passed to postprocess if autoq if off + divx_quality= GET_PP_QUALITY_MAX; return 1; }