mirror of
https://review.haiku-os.org/haiku
synced 2025-01-21 13:54:49 +01:00
fixed wrong debug output
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9464 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6736ae524a
commit
49e6b955a6
@ -203,7 +203,7 @@ aviReader::AllocateCookie(int32 streamNumber, void **_cookie)
|
||||
else if (audio_format->bits_per_sample <= 32)
|
||||
format->u.raw_audio.format = B_AUDIO_FORMAT_INT32;
|
||||
else {
|
||||
ERROR("WavReader::AllocateCookie: unhandled bits per sample %d\n", audio_format->bits_per_sample);
|
||||
ERROR("aviReader::AllocateCookie: unhandled bits per sample %d\n", audio_format->bits_per_sample);
|
||||
return B_ERROR;
|
||||
}
|
||||
format->u.raw_audio.format |= B_AUDIO_FORMAT_CHANNEL_ORDER_WAVE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user