[vlc-commits] commit: XVideo: redumdant check ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Nov 4 19:03:21 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Nov  4 20:01:26 2010 +0200| [7ed999d81b49f273b530a1e0c25767a8bc3862c6] | committer: Rémi Denis-Courmont 

XVideo: redumdant check

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

 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 f0105f3..383b7ce 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -405,7 +405,6 @@ static int Open (vlc_object_t *obj)
             }
 
             xfmt = FindFormat (vd, chroma, &fmt, a->base_id, r, &p_sys->att);
-            if (xfmt != NULL) break;
         }
         free (r);
         if (xfmt == NULL) /* No acceptable image formats */



More information about the vlc-commits mailing list