1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

OMAP framebuffer: I420 != Y420

Regression from 724461bdf2
This commit is contained in:
Rémi Denis-Courmont 2009-10-18 17:42:44 +03:00
parent 594273b880
commit 8f6d32b123
2 changed files with 1 additions and 1 deletions

View 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