mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
- guess the sampleskip parameter added by commit 1562
This commit is contained in:
parent
16942d210b
commit
f5797c1b20
@ -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);
|
||||
avierr = avi_append_sound_samples(avi, chnum, temp, samples, 1);
|
||||
if (avierr != AVIERR_NONE)
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user