diff options
Diffstat (limited to 'src/post/deinterlace/plugins/scalerbob.c')
-rw-r--r-- | src/post/deinterlace/plugins/scalerbob.c | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/post/deinterlace/plugins/scalerbob.c b/src/post/deinterlace/plugins/scalerbob.c index e0f4dbf5e..a5318b4ea 100644 --- a/src/post/deinterlace/plugins/scalerbob.c +++ b/src/post/deinterlace/plugins/scalerbob.c @@ -37,19 +37,30 @@ static deinterlace_method_t scalerbobmethod = { - DEINTERLACE_PLUGIN_API_VERSION, "Scaler Bob", "ScalerBob", +/* + "Television: Half Resolution", + "TelevisionHalf", +*/ 1, 0, 1, - 0, - 0, 1, 0, 0, 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.", + "", + "" } }; #ifdef BUILD_TVTIME_PLUGINS |