From 649537438eaf5592ce5a08623e0d9e85a484ff40 Mon Sep 17 00:00:00 2001 From: Diego Pettenò Date: Thu, 10 Jan 2008 10:15:07 +0000 Subject: Reduce the size of the replaceTable entries. Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libpostproc/postprocess.c') diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 6ae8c1dcd5..1e843422be 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 }; -- cgit v1.2.3