diff options
Diffstat (limited to 'src/post/deinterlace/plugins/scalerbob.c')
-rw-r--r-- | src/post/deinterlace/plugins/scalerbob.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/scalerbob.c b/src/post/deinterlace/plugins/scalerbob.c index e20dfd8ae..4850abe25 100644 --- a/src/post/deinterlace/plugins/scalerbob.c +++ b/src/post/deinterlace/plugins/scalerbob.c @@ -52,16 +52,12 @@ static deinterlace_method_t scalerbobmethod = 0, 0, 0, - { "Expands each field independently without", - "blurring or copying in time. Use this if you", - "want TV-quality with low CPU, and you have", - "configured your monitor to run at the refresh", - "rate of the video signal.", - "", - "Half resolution is poor quality but low CPU", - "requirements for watching in a small window.", - "", - "" } + "Expands each field independently without blurring or copying in time. " + "Use this if you want TV-quality with low CPU, and you have configured " + "your monitor to run at the refresh rate of the video signal.\n" + "\n" + "Half resolution is poor quality but low CPU requirements for watching " + "in a small window." }; deinterlace_method_t *scalerbob_get_method( void ) |