]> git.sesse.net Git - vlc/commitdiff
XCB/XVideo: add a TODO
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 12 Dec 2014 15:54:28 +0000 (17:54 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 12 Dec 2014 15:54:45 +0000 (17:54 +0200)
modules/video_output/xcb/xvideo.c

index d596538546cf1589952efe207c1c668bceb30512..1a05c08c379a34b24e98affe37218b39ca39536f 100644 (file)
@@ -324,6 +324,8 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt,
         fmt->i_chroma = chroma;
         fmt->i_x_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_height = i->height;