diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-28 02:35:57 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-05-28 02:35:57 +0000 |
commit | b53e53c961488910454ab1d3d556bcec86f385b4 (patch) | |
tree | 6fefd201550ebf74ee2652730d8e1f842ab9a1b5 /src/post/deinterlace/plugins/linearblend.c | |
parent | 2730c1dac5aa1f8041de05ca8cd4839e1ce36f6e (diff) | |
download | xine-lib-b53e53c961488910454ab1d3d556bcec86f385b4.tar.gz xine-lib-b53e53c961488910454ab1d3d556bcec86f385b4.tar.bz2 |
finally: tomsmocomp deinterlacing from dscaler
CVS patchset: 7571
CVS date: 2005/05/28 02:35:57
Diffstat (limited to 'src/post/deinterlace/plugins/linearblend.c')
-rw-r--r-- | src/post/deinterlace/plugins/linearblend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/linearblend.c b/src/post/deinterlace/plugins/linearblend.c index 10cd11c3a..d8ecacefc 100644 --- a/src/post/deinterlace/plugins/linearblend.c +++ b/src/post/deinterlace/plugins/linearblend.c @@ -304,7 +304,7 @@ static void deinterlace_scanline_linear_blend2_mmxext( uint8_t *output, static deinterlace_method_t linearblendmethod_mmxext = { - "mplayer: Linear Blend", + "Linear Blend (mplayer)", "LinearBlend", 2, MM_ACCEL_X86_MMXEXT, @@ -330,7 +330,7 @@ static deinterlace_method_t linearblendmethod_mmxext = static deinterlace_method_t linearblendmethod = { - "mplayer: Linear Blend", + "Linear Blend (mplayer)", "LinearBlend", /* "Blur: Temporal", |