]> git.sesse.net Git - vlc/commitdiff
XCB-XV: remove wrong comment
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 17:20:46 +0000 (20:20 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 19 Oct 2009 17:27:58 +0000 (20:27 +0300)
We *do* check the image size when parsing the format.

modules/video_output/xcb/xvideo.c

index b527e3390210974c8bc0f2314cb0708be6538a83..40209c92d22d8befb6d6160682ee728431292e5b 100644 (file)
@@ -333,7 +333,6 @@ static int Open (vlc_object_t *obj)
     video_format_t fmt = vd->fmt;
     bool found_adaptor = false;
 
-    /* FIXME: check max image size */
     xcb_xv_adaptor_info_iterator_t it;
     for (it = xcb_xv_query_adaptors_info_iterator (adaptors);
          it.rem > 0;