[vlc-commits] xcb/xvideo: remove old OMAP3xxx hack

Rémi Denis-Courmont git at videolan.org
Wed Jan 16 17:21:41 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan 15 19:55:22 2019 +0200| [87b5e58e1e190585fc3b9d7e3431e87955861692] | committer: Rémi Denis-Courmont

xcb/xvideo: remove old OMAP3xxx hack

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

 modules/video_output/xcb/xvideo.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index f5b764c726..5b56680e48 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -247,15 +247,6 @@ FindFormat (vlc_object_t *obj, xcb_connection_t *conn, video_format_t *fmt,
         if (chroma == 0)
             continue;
 
-        /* Oink oink! */
-        if ((chroma == VLC_CODEC_I420 || chroma == VLC_CODEC_YV12)
-         && a->name_size >= 4
-         && !memcmp ("OMAP", xcb_xv_adaptor_info_name (a), 4))
-        {
-            msg_Dbg (obj, "skipping slow I420 format");
-            continue; /* OMAP framebuffer sucks at YUV 4:2:0 */
-        }
-
         if (!BetterFormat (chroma, chromav, &rank))
             continue;
 



More information about the vlc-commits mailing list