aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/postprocess.c
diff options
context:
space:
mode:
authorD Richard Felker III <dalias@aerifal.cx>2003-01-23 04:19:24 +0000
committerD Richard Felker III <dalias@aerifal.cx>2003-01-23 04:19:24 +0000
commit9b1663fcd04822acde72d023601427726723c053 (patch)
treec8ec60c4015560c76dbe3a0dc7392133fc57b362 /postproc/postprocess.c
parente78df69997e3c357b721631dbaac0b3d1c019b01 (diff)
downloadffmpeg-9b1663fcd04822acde72d023601427726723c053.tar.gz
C implementation of the median deinterlacer (seems to be the only one
that generates tolerable output for anime) so it will work on non-MMX architectures. Someone should optimize it better eventually. Originally committed as revision 9071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/postprocess.c')
-rw-r--r--postproc/postprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/postprocess.c b/postproc/postprocess.c
index 222c39db00..b25c24baf2 100644
--- a/postproc/postprocess.c
+++ b/postproc/postprocess.c
@@ -34,7 +34,7 @@ Horizontal X1# a E E
LinIpolDeinterlace e E E*
CubicIpolDeinterlace a e e*
LinBlendDeinterlace e E E*
-MedianDeinterlace# Ec Ec
+MedianDeinterlace# E Ec Ec
TempDeNoiser# E e e
* i dont have a 3dnow CPU -> its untested, but noone said it doesnt work so it seems to work