1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

XCB-XV: remove wrong comment

We *do* check the image size when parsing the format.
This commit is contained in:
Rémi Denis-Courmont 2009-10-19 20:20:46 +03:00
parent acec6b1b5a
commit 92863e7c75

View 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;