From e62ee2e80946b4593826a1fc244829dca5ba526f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 26 Dec 2007 14:34:59 +0100 Subject: Backed out changeset 169a228c8f4e --- src/dxr3/dxr3.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index 4ded9cd4c..8a55129a0 100644 --- a/src/dxr3/dxr3.h +++ b/src/dxr3/dxr3.h @@ -45,10 +45,8 @@ static inline int dxr3_present(xine_stream_t *stream) if (stream->video_driver && stream->video_driver->node && stream->video_driver->node->plugin_class ) { const video_driver_class_t *const vo_class = (video_driver_class_t *)node->plugin_class; - if (vo_class->identifier) { + if (vo_class->identifier) present = (strcmp(vo_class->identifier, DXR3_VO_ID) == 0); - if ( present ) break; - } } llprintf(LOG_VID, "dxr3 %s\n", present ? "present" : "not present"); return present; -- cgit v1.2.3