[FFmpeg-cvslog] r11486 - trunk/libpostproc/postprocess.c

benoit subversion
Thu Jan 10 11:15:08 CET 2008


Author: benoit
Date: Thu Jan 10 11:15:07 2008
New Revision: 11486

Log:
Reduce the size of the replaceTable entries.
Patch by Diego 'Flameeyes' Petten? flameeyes ? gmail ! com


Modified:
   trunk/libpostproc/postprocess.c

Modified: trunk/libpostproc/postprocess.c
==============================================================================
--- trunk/libpostproc/postprocess.c	(original)
+++ trunk/libpostproc/postprocess.c	Thu Jan 10 11:15:07 2008
@@ -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
 };
 




More information about the ffmpeg-cvslog mailing list