From ec2c4d8daefb7617d1539abd0739b0918b5579d3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 18 Jan 2005 21:33:33 +0000 Subject: **BUGFIX** fix a typo, thanks to Anders Rune Jensen for the report CVS patchset: 7358 CVS date: 2005/01/18 21:33:33 --- src/dxr3/video_out_dxr3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 47dd82b0f..0e48522d9 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.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_dxr3.c,v 1.106 2004/12/12 22:01:04 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.107 2005/01/18 21:33:33 mroi Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -333,7 +333,7 @@ static vo_driver_t *dxr3_vo_open_plugin(video_driver_class_t *class_gen, const v "this setting can be \"fame\", \"rte\", \"libavcodec\" or \"none\".\n" "The \"libavcodec\" encoder makes use of the ffmpeg plugin that already ships with xine, " "so you do not need to install any additional library for that. Even better is that " - "libdavcodec also provides high quality with low CPU usage. Using \"libavcodec\" is " + "libavcodec also provides high quality with low CPU usage. Using \"libavcodec\" is " "therefore strongly suggested.\n\"fame\" and \"rte\" are still there, " "but xine support for them is outdated, so these might fail to work."), 0, NULL, NULL); -- cgit v1.2.3