From a74e5b04346b8317eef7e09abd1b766d60de46b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 19 Oct 2009 20:21:39 +0300 Subject: [PATCH] XCB-XV: remove misleading comment All ports from an adaptor must have the same format anyway. --- modules/video_output/xcb/xvideo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c index 40209c92d2..dde7dcbb54 100644 --- a/modules/video_output/xcb/xvideo.c +++ b/modules/video_output/xcb/xvideo.c @@ -388,7 +388,6 @@ static int Open (vlc_object_t *obj) found_format: /* Grab a port */ - /* XXX: assume all of an adapter's ports have the same formats */ for (unsigned i = 0; i < a->num_ports; i++) { xcb_xv_port_t port = a->base_id + i; -- 2.39.2