Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2020-10-06 11:07:50
    Hash : 003a1698
    Message : wav: Make sure the data size is a multiple of blockalign, not an exact match. I _think_ this is a right thing to do; it fixes a .wav file I have here that has blockalign==2 when channels==2 and bitspersample==16, which otherwise would fail.