Browse Source

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
tags/v0.5
Diego Pettenò Benoit Fouet 18 years ago
parent
commit
649537438e
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libpostproc/postprocess.c

+ 5
- 5
libpostproc/postprocess.c View File

@@ -139,11 +139,11 @@ static struct PPFilter filters[]=


static const char *replaceTable[]= 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 NULL //End Marker
}; };




Loading…
Cancel
Save