diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-08 19:52:01 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-08 19:52:01 +0000 |
commit | e6b38d8677c902a7647834634dbf9b475e21f405 (patch) | |
tree | c4aca12d5f197505c4204e3f715832c355382db8 /src/xine-engine/video_out.h | |
parent | 116bc3a7a3524010e4316233edbca8e719cd92a3 (diff) | |
download | xine-lib-e6b38d8677c902a7647834634dbf9b475e21f405.tar.gz xine-lib-e6b38d8677c902a7647834634dbf9b475e21f405.tar.bz2 |
rename the dxr3 vo_types to something more useful
we should now have correct menu highlight placements on 16:9 tv
if only I had such a thingy to test ;)
CVS patchset: 2232
CVS date: 2002/07/08 19:52:01
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index dbd98cbc6..a83e25d92 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -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.h,v 1.53 2002/06/28 16:55:37 mroi Exp $ + * $Id: video_out.h,v 1.54 2002/07/08 19:52:01 mroi Exp $ * * * xine version of video_out.h @@ -193,8 +193,8 @@ struct vo_instance_s { /* Video out types */ #define VO_TYPE_UNKNOWN 0 -#define VO_TYPE_DXR3_TVOUT 1 -#define VO_TYPE_DXR3_OVERLAY 2 +#define VO_TYPE_DXR3_LETTERBOXED 1 +#define VO_TYPE_DXR3_WIDE 2 /* zoom specific constants FIXME: generate this from xine.tmpl.in */ #define VO_ZOOM_STEP 100 |