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

XCB-XV: remove misleading comment

All ports from an adaptor must have the same format anyway.
parent 92863e7c
...@@ -388,7 +388,6 @@ static int Open (vlc_object_t *obj) ...@@ -388,7 +388,6 @@ static int Open (vlc_object_t *obj)
found_format: found_format:
/* Grab a port */ /* Grab a port */
/* XXX: assume all of an adapter's ports have the same formats */
for (unsigned i = 0; i < a->num_ports; i++) for (unsigned i = 0; i < a->num_ports; i++)
{ {
xcb_xv_port_t port = a->base_id + i; xcb_xv_port_t port = a->base_id + i;
......
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