diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-10 06:26:01 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-10 06:26:01 +0000 |
commit | 1944fafeb5b8d23bd667cbf9b97cb115b2517483 (patch) | |
tree | 95269da3c14fbfc3216e5a30c814187580d886ed | |
parent | f7e4e78376de2cc52288ad14fce67c76f2822c05 (diff) | |
download | xine-lib-1944fafeb5b8d23bd667cbf9b97cb115b2517483.tar.gz xine-lib-1944fafeb5b8d23bd667cbf9b97cb115b2517483.tar.bz2 |
small change to previous commit
CVS patchset: 1009
CVS date: 2001/11/10 06:26:01
-rw-r--r-- | include/xine.h.tmpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index b6e39d6e5..04cd4f3c0 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.53 2001/11/10 06:20:39 mlampard Exp $ + * $Id: xine.h.tmpl.in,v 1.54 2001/11/10 06:26:01 mlampard Exp $ * */ @@ -291,7 +291,7 @@ int xine_check_version(int major, int minor, int sub); */ #define VO_PROP_OFFSET_Y 10 /** - * \def VO_PROP_OFFSET_Y + * \def VO_PROP_TVMODE * Change TVmode property. * \sa vo_driver_t */ |