Commit 8f6d32b1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OMAP framebuffer: I420 != Y420

Regression from 724461bd
parent 594273b8
...@@ -271,7 +271,7 @@ static int Init( vout_thread_t *p_vout ) ...@@ -271,7 +271,7 @@ static int Init( vout_thread_t *p_vout )
} }
p_vout->output.i_chroma = 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; p_sys->i_color_format = OMAPFB_COLOR_YUV420;
// place in the framebuffer where we have to write // place in the framebuffer where we have to write
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment