diff libpostproc/postprocess.c @ 1029:804cc05a3f61 libavcodec

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.
author rfelker
date Thu, 23 Jan 2003 04:19:24 +0000
parents 8a95bda80fdc
children 54aa0bb40e97
line wrap: on
line diff
--- a/libpostproc/postprocess.c	Thu Jan 23 01:20:47 2003 +0000
+++ b/libpostproc/postprocess.c	Thu Jan 23 04:19:24 2003 +0000
@@ -34,7 +34,7 @@
 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