Use correct unsigned long attributes in AudioBuffer
The length attribute was defined as a long instead of unsigned long. We also note that channelIndex for getChannelData(), copyFromChannel(), and copyToChannel() was declared to be a long instead of unsigned long. Fix those too. Bug: 1059305 Change-Id: Ia57fc606e8943de56bb2943b00e19b8beaeb9642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095212Reviewed-by:Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#748698}
Showing
Please register or sign in to comment