[vlc-commits] XCB/XVideo: add a TODO

Rémi Denis-Courmont git at videolan.org
Fri Dec 12 17:44:55 CET 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Dec 12 17:54:28 2014 +0200| [70ac90e059982aaa4e41e61a65ac159f90046ccf] | committer: Rémi Denis-Courmont

XCB/XVideo: add a TODO

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70ac90e059982aaa4e41e61a65ac159f90046ccf
---

 modules/video_output/xcb/xvideo.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index d596538..1a05c08 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -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;
 



More information about the vlc-commits mailing list