Commit dde70264 authored by michael's avatar michael

101


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@3780 b3059339-0415-0410-9bf9-f77b7e298cf2
parent b1884978
...@@ -163,7 +163,8 @@ static struct PPFilter filters[]= ...@@ -163,7 +163,8 @@ static struct PPFilter filters[]=
{ {
{"hb", "hdeblock", 1, 1, 3, H_DEBLOCK}, {"hb", "hdeblock", 1, 1, 3, H_DEBLOCK},
{"vb", "vdeblock", 1, 2, 4, V_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}, {"h1", "x1hdeblock", 1, 1, 3, H_X1_FILTER},
{"v1", "x1vdeblock", 1, 2, 4, V_X1_FILTER}, {"v1", "x1vdeblock", 1, 2, 4, V_X1_FILTER},
{"dr", "dering", 1, 5, 6, DERING}, {"dr", "dering", 1, 5, 6, DERING},
...@@ -540,6 +541,7 @@ short long name short long option Description ...@@ -540,6 +541,7 @@ short long name short long option Description
y nochrom chrominance filtring disabled y nochrom chrominance filtring disabled
hb hdeblock horizontal deblocking filter hb hdeblock horizontal deblocking filter
vb vdeblock vertical deblocking filter vb vdeblock vertical deblocking filter
hr rkhdeblock
vr rkvdeblock vr rkvdeblock
h1 x1hdeblock Experimental horizontal deblock filter 1 h1 x1hdeblock Experimental horizontal deblock filter 1
v1 x1vdeblock Experimental vertical deblock filter 1 v1 x1vdeblock Experimental vertical deblock filter 1
...@@ -724,9 +726,8 @@ int readPPOpt(void *conf, char *arg) ...@@ -724,9 +726,8 @@ int readPPOpt(void *conf, char *arg)
} }
newPPFlag=1; newPPFlag=1;
// it shouldnt matter what we set divx_quality to as long as its not 0 //divx_quality is passed to postprocess if autoq if off
// (we dont use it if newPPFlag is set) divx_quality= GET_PP_QUALITY_MAX;
divx_quality=1;
return 1; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment