changeset 69:afd400fd0923 libpostproc

Reduce the size of the replaceTable entries. Patch by Diego 'Flameeyes' Petten flameeyes gmail ! com
author benoit
date Thu, 10 Jan 2008 10:15:07 +0000
parents d05918aeb89d
children 6539cfc12739
files postprocess.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess.c	Tue Jan 08 22:03:30 2008 +0000
+++ b/postprocess.c	Thu Jan 10 10:15:07 2008 +0000
@@ -139,11 +139,11 @@
 
 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
 };