diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-18 21:33:33 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-18 21:33:33 +0000 |
commit | ec2c4d8daefb7617d1539abd0739b0918b5579d3 (patch) | |
tree | 3e35ba23110e003983a78ef756c99510aa91d71f | |
parent | 163946f53221132fca7e4f0f4b08a77790d3b69b (diff) | |
download | xine-lib-ec2c4d8daefb7617d1539abd0739b0918b5579d3.tar.gz xine-lib-ec2c4d8daefb7617d1539abd0739b0918b5579d3.tar.bz2 |
**BUGFIX**
fix a typo, thanks to Anders Rune Jensen for the report
CVS patchset: 7358
CVS date: 2005/01/18 21:33:33
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files 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); |