]> git.sesse.net Git - vlc/commitdiff
OMAP framebuffer: I420 != Y420
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 18 Oct 2009 14:42:44 +0000 (17:42 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 18 Oct 2009 14:42:44 +0000 (17:42 +0300)
Regression from 724461bdf250e856eb32f6c0b7c51b065e482982

modules/video_filter/swscale_arm.c [moved from modules/video_filter/swscale_maemo.c with 100% similarity]
modules/video_output/omapfb.c

index 29dd1d052a565db6d8832ee0816d554bd962c6de..20765c62641eb8a45c86b0b9cac22a9b9bdd0122 100644 (file)
@@ -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