modules/video_output/fb.c: Clear display by making it black.
The framebuffer video output cleared the display in multiple places and it only worked properly for RGB displays. This patch removes several memset() on the entire framebuffer. Clearing of the framebuffer is done in p_vout->pf_init() and p_vout->pf_end() taking the chroma of the video output into account. Only RGB2, RV15, RV16, RV24, RV32, UYVY, YUNV and Y422 chromas are currently supported.
Showing
Please register or sign in to comment