summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/kdetv_tomsmocomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/deinterlace/plugins/kdetv_tomsmocomp.c')
-rw-r--r--src/post/deinterlace/plugins/kdetv_tomsmocomp.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/kdetv_tomsmocomp.c b/src/post/deinterlace/plugins/kdetv_tomsmocomp.c
index 3b1665e3c..ae0fa0363 100644
--- a/src/post/deinterlace/plugins/kdetv_tomsmocomp.c
+++ b/src/post/deinterlace/plugins/kdetv_tomsmocomp.c
@@ -132,16 +132,12 @@ static deinterlace_method_t tomsmocompmethod =
0,
deinterlace_frame_di_tomsmocomp,
0,
- { "Uses heuristics to detect motion in the input",
- "frames and reconstruct image detail where",
- "possible. Use this for high quality output",
- "even on monitors set to an arbitrary refresh",
- "rate.",
- "",
- "Motion search mode finds and follows motion",
- "vectors for accurate interpolation. This is",
- "the TomsMoComp deinterlacer from DScaler.",
- "" }
+ "Uses heuristics to detect motion in the input frames and reconstruct "
+ "image detail where possible. Use this for high quality output even "
+ "on monitors set to an arbitrary refresh rate.\n"
+ "\n"
+ "Motion search mode finds and follows motion vectors for accurate "
+ "interpolation. This is the TomsMoComp deinterlacer from DScaler."
};
deinterlace_method_t *dscaler_tomsmocomp_get_method( void )