[vlc-devel] commit: OMAP framebuffer: I420 != Y420 ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Oct 18 16:43:17 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Oct 18 17:42:44 2009 +0300| [8f6d32b1239732488a11a21da24d31d32ff5b201] | committer: Rémi Denis-Courmont 

OMAP framebuffer: I420 != Y420

Regression from 724461bdf250e856eb32f6c0b7c51b065e482982

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

 .../{swscale_maemo.c => swscale_arm.c}             |    0 
 modules/video_output/omapfb.c                      |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/swscale_maemo.c b/modules/video_filter/swscale_arm.c
similarity index 100%
rename from modules/video_filter/swscale_maemo.c
rename to modules/video_filter/swscale_arm.c
diff --git a/modules/video_output/omapfb.c b/modules/video_output/omapfb.c
index 29dd1d0..20765c6 100644
--- a/modules/video_output/omapfb.c
+++ b/modules/video_output/omapfb.c
@@ -271,7 +271,7 @@ static int Init( vout_thread_t *p_vout )
     }
 
     p_vout->output.i_chroma =
-    p_vout->fmt_out.i_chroma = VLC_CODEC_I420;
+    p_vout->fmt_out.i_chroma = VLC_FOURCC( 'Y','4','2','0' );
     p_sys->i_color_format = OMAPFB_COLOR_YUV420;
 
     // place in the framebuffer where we have to write




More information about the vlc-devel mailing list