[vlc-devel] commit: XCB-XV: remove misleading 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:21:39 2009 +0300| [a74e5b04346b8317eef7e09abd1b766d60de46b1] | committer: Rémi Denis-Courmont 

XCB-XV: remove misleading comment

All ports from an adaptor must have the same format anyway.

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

 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 40209c9..dde7dcb 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -388,7 +388,6 @@ static int Open (vlc_object_t *obj)
 
     found_format:
         /* Grab a port */
-        /* XXX: assume all of an adapter's ports have the same formats */
         for (unsigned i = 0; i < a->num_ports; i++)
         {
              xcb_xv_port_t port = a->base_id + i;




More information about the vlc-devel mailing list