Commit 92863e7c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB-XV: remove wrong comment

We *do* check the image size when parsing the format.
parent acec6b1b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment