Skip to content
  • Jean-Baptiste Kempf's avatar
    AVI: fix a crash in palette handling · 932aae73
    Jean-Baptiste Kempf authored
    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
    932aae73