Fix the guess. ;-)

This commit is contained in:
Aaron Giles 2008-05-13 08:32:29 +00:00
parent f5797c1b20
commit 3def9d1c7b

View File

@ -1430,7 +1430,7 @@ static avi_error write_avi_frame(avi_file *avi, UINT32 framenum, const UINT8 *bu
}
/* write the samples */
avierr = avi_append_sound_samples(avi, chnum, temp, samples, 1);
avierr = avi_append_sound_samples(avi, chnum, temp, samples, 0);
if (avierr != AVIERR_NONE)
goto cleanup;
}