diff options
Diffstat (limited to 'src/post/deinterlace/plugins/kdetv_greedyh.c')
-rw-r--r-- | src/post/deinterlace/plugins/kdetv_greedyh.c | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/kdetv_greedyh.c b/src/post/deinterlace/plugins/kdetv_greedyh.c index b45917e0d..5ec48e4a2 100644 --- a/src/post/deinterlace/plugins/kdetv_greedyh.c +++ b/src/post/deinterlace/plugins/kdetv_greedyh.c @@ -116,16 +116,13 @@ static deinterlace_method_t greedymethod = 0, deinterlace_frame_di_greedyh, 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.", - "", - "Advanced detection uses linear interpolation", - "where motion is detected, using a four-field", - "buffer. This is the Greedy: High Motion", - "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" + "Advanced detection uses linear interpolation where motion is " + "detected, using a four-field buffer. This is the Greedy: High Motion " + "deinterlacer from DScaler." }; deinterlace_method_t *dscaler_greedyh_get_method( void ) |