Reduce the size of the replaceTable entries.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
81ab1fa13e
commit
649537438e
1 changed files with 5 additions and 5 deletions
|
|
@ -139,11 +139,11 @@ static struct PPFilter filters[]=
|
|||
|
||||
static const char *replaceTable[]=
|
||||
{
|
||||
"default", "hdeblock:a,vdeblock:a,dering:a",
|
||||
"de", "hdeblock:a,vdeblock:a,dering:a",
|
||||
"fast", "x1hdeblock:a,x1vdeblock:a,dering:a",
|
||||
"fa", "x1hdeblock:a,x1vdeblock:a,dering:a",
|
||||
"ac", "ha:a:128:7,va:a,dering:a",
|
||||
"default", "hb:a,vb:a,dr:a",
|
||||
"de", "hb:a,vb:a,dr:a",
|
||||
"fast", "h1:a,v1:a,dr:a",
|
||||
"fa", "h1:a,v1:a,dr:a",
|
||||
"ac", "ha:a:128:7,va:a,dr:a",
|
||||
NULL //End Marker
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue