mirror of
https://github.com/holub/mame
synced 2025-06-24 05:17:04 +03:00
Fix the guess. ;-)
This commit is contained in:
parent
f5797c1b20
commit
3def9d1c7b
@ -1430,7 +1430,7 @@ static avi_error write_avi_frame(avi_file *avi, UINT32 framenum, const UINT8 *bu
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* write the samples */
|
/* 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)
|
if (avierr != AVIERR_NONE)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user