summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_xv.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-06-26 13:52:20 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-06-26 13:52:20 +0000
commitb6f639969d7f7d4c34b35f5741e9a6e6306ed80d (patch)
treeeacfabfb64037f8d1a8460a931a9774c3005f21e /src/video_out/video_out_xv.c
parent0156ad0de1658ba0aca3ec35f29557ec4c8ce2f0 (diff)
downloadxine-lib-b6f639969d7f7d4c34b35f5741e9a6e6306ed80d.tar.gz
xine-lib-b6f639969d7f7d4c34b35f5741e9a6e6306ed80d.tar.bz2
mark the old deinterlace setting as deprecated
CVS patchset: 6749 CVS date: 2004/06/26 13:52:20
Diffstat (limited to 'src/video_out/video_out_xv.c')
-rw-r--r--src/video_out/video_out_xv.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c
index 21753bf87..5f90f38b1 100644
--- a/src/video_out/video_out_xv.c
+++ b/src/video_out/video_out_xv.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_out_xv.c,v 1.199 2004/05/09 21:05:34 miguelfreitas Exp $
+ * $Id: video_out_xv.c,v 1.200 2004/06/26 13:52:20 mroi Exp $
*
* video_out_xv.c, X11 video extension interface for xine
*
@@ -1394,8 +1394,10 @@ static vo_driver_t *open_plugin (video_driver_class_t *class_gen, const void *vi
this->deinterlace_method =
config->register_enum (config, "video.deinterlace_method", 4,
deinterlace_methods,
- _("deinterlace method"),
- _("From the old days of analog television, where the even and odd numbered "
+ _("deinterlace method (deprecated)"),
+ _("This config setting is deprecated. You should use the new deinterlacing "
+ "post processing settings instead.\n\n"
+ "From the old days of analog television, where the even and odd numbered "
"lines of a video frame would be displayed at different times comes the "
"idea to increase motion smoothness by also recording the lines at "
"different times. This is called \"interlacing\". But unfortunately, "