summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/scalerbob.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-05-15 00:47:38 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-05-15 00:47:38 +0000
commit342e0637ab545fe9def530ecf7fb0ac88ab2ade7 (patch)
tree90aa11cdfe8c624dd4ac8277cea5a4f40622c2cf /src/post/deinterlace/plugins/scalerbob.c
parent54611d6a05095957875bcfa984976a4c84554ea8 (diff)
downloadxine-lib-342e0637ab545fe9def530ecf7fb0ac88ab2ade7.tar.gz
xine-lib-342e0637ab545fe9def530ecf7fb0ac88ab2ade7.tar.bz2
nothing to see here.
i'm just renaming variables and stuff to make it somewhat closer to tvtime's cvs. CVS patchset: 7543 CVS date: 2005/05/15 00:47:38
Diffstat (limited to 'src/post/deinterlace/plugins/scalerbob.c')
-rw-r--r--src/post/deinterlace/plugins/scalerbob.c19
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