]> git.sesse.net Git - vlc/commitdiff
XCB-XV: remove misleading comment
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 17:21:39 +0000 (20:21 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 17:27:58 +0000 (20:27 +0300)
All ports from an adaptor must have the same format anyway.

modules/video_output/xcb/xvideo.c

index 40209c92d22d8befb6d6160682ee728431292e5b..dde7dcbb54157a7a7502649e43c562080f3e1aa9 100644 (file)
@@ -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;