AVI: fix a crash in palette handling
This happen when p_vids->p_bih->biSize - sizeof( BITMAPINFOHEADER ) = 0 and the data is in p_vids->i_chunk_size, because then p_extra == NULL. This solves the fruity sample crash but doesn't fix the palette
Showing
Please register or sign in to comment