]> git.sesse.net Git - vlc/blobdiff - modules/video_output/omapfb.c
OMAP framebuffer: I420 != Y420
[vlc] / 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