From: benoit Date: Thu, 10 Jan 2008 10:15:07 +0000 (+0000) Subject: Reduce the size of the replaceTable entries. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/2742b2a142ff98e4611f96ddf47ab5a5233f4692 Reduce the size of the replaceTable entries. Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 6ae8c1dcd..1e843422b 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -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 };