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

XCB/XVideo: add a TODO

parent 378ac85a
...@@ -324,6 +324,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt, ...@@ -324,6 +324,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt,
fmt->i_chroma = chroma; fmt->i_chroma = chroma;
fmt->i_x_offset = 0; fmt->i_x_offset = 0;
fmt->i_y_offset = 0; fmt->i_y_offset = 0;
/* TODO: Check pitches and offsets as in PoolAlloc() to increase
* i_width and i_height where possible. */
fmt->i_width = i->width; fmt->i_width = i->width;
fmt->i_height = i->height; fmt->i_height = i->height;
......
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