mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
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
@ -139,11 +139,11 @@ static struct PPFilter filters[]=
|
|||||||
|
|
||||||
static const char *replaceTable[]=
|
static const char *replaceTable[]=
|
||||||
{
|
{
|
||||||
"default", "hdeblock:a,vdeblock:a,dering:a",
|
"default", "hb:a,vb:a,dr:a",
|
||||||
"de", "hdeblock:a,vdeblock:a,dering:a",
|
"de", "hb:a,vb:a,dr:a",
|
||||||
"fast", "x1hdeblock:a,x1vdeblock:a,dering:a",
|
"fast", "h1:a,v1:a,dr:a",
|
||||||
"fa", "x1hdeblock:a,x1vdeblock:a,dering:a",
|
"fa", "h1:a,v1:a,dr:a",
|
||||||
"ac", "ha:a:128:7,va:a,dering:a",
|
"ac", "ha:a:128:7,va:a,dr:a",
|
||||||
NULL //End Marker
|
NULL //End Marker
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user