From e6b38d8677c902a7647834634dbf9b475e21f405 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 8 Jul 2002 19:52:01 +0000 Subject: 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 --- src/dxr3/dxr3_decode_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dxr3/dxr3_decode_video.c') diff --git a/src/dxr3/dxr3_decode_video.c b/src/dxr3/dxr3_decode_video.c index 5d8490966..e5fef25f0 100644 --- a/src/dxr3/dxr3_decode_video.c +++ b/src/dxr3/dxr3_decode_video.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: dxr3_decode_video.c,v 1.10 2002/07/05 17:32:01 mroi Exp $ + * $Id: dxr3_decode_video.c,v 1.11 2002/07/08 19:52:01 mroi Exp $ */ /* dxr3 video decoder plugin. @@ -519,7 +519,7 @@ static int dxr3_present(xine_t *xine) #ifdef LOG_VID printf("dxr3_decode_video: dxr3 presence test: info = %d\n", info); #endif - if ((info != VO_TYPE_DXR3_TVOUT) && (info != VO_TYPE_DXR3_OVERLAY)) + if ((info != VO_TYPE_DXR3_LETTERBOXED) && (info != VO_TYPE_DXR3_WIDE)) return 0; } return 1; -- cgit v1.2.3