summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/linearblend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/plugins/linearblend.c')
-rw-r--r--src/post/deinterlace/plugins/linearblend.c4
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",