[vlc-devel] commit: XCB-XV: remove wrong comment ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Oct 19 19:28:02 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 19 20:20:46 2009 +0300| [92863e7c75e789c8cabb46d950680d7f8f30cfb5] | committer: Rémi Denis-Courmont 

XCB-XV: remove wrong comment

We *do* check the image size when parsing the format.

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

 modules/video_output/xcb/xvideo.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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




More information about the vlc-devel mailing list