diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xv.c | 8 | ||||
-rw-r--r-- | src/video_out/video_out_xvmc.c | 8 |
2 files changed, 10 insertions, 6 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, " diff --git a/src/video_out/video_out_xvmc.c b/src/video_out/video_out_xvmc.c index 242b63058..1cfd377c2 100644 --- a/src/video_out/video_out_xvmc.c +++ b/src/video_out/video_out_xvmc.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_xvmc.c,v 1.15 2004/04/26 17:50:11 mroi Exp $ + * $Id: video_out_xvmc.c,v 1.16 2004/06/26 13:52:20 mroi Exp $ * * video_out_xvmc.c, X11 video motion compensation extension interface for xine * @@ -1561,8 +1561,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, " |