DescriptionCoverity: Fix a sizeof mismatch.
It appears the sizeof change was to make the code more future proof:
sizeof(float) -> sizeof(audio_data[0])
However, audio_data[0] is a float*, not the intended float. Adding the deref
to fix this.
CID_COUNT=1
CID=104561
BUG=none
R=scherkus
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149770
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|