Small coding style fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1148,7 +1148,8 @@ RecorderWindow::AddSoundItem(const BEntry& entry, bool temp)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
RecorderWindow::RecordFile(void * cookie, bigtime_t timestamp, void * data, size_t size, const media_raw_audio_format & format)
|
RecorderWindow::RecordFile(void * cookie, bigtime_t timestamp,
|
||||||
|
void * data, size_t size, const media_raw_audio_format & format)
|
||||||
{
|
{
|
||||||
// Callback called from the SoundConsumer when receiving buffers.
|
// Callback called from the SoundConsumer when receiving buffers.
|
||||||
assert((format.format & 0x02) && format.channel_count);
|
assert((format.format & 0x02) && format.channel_count);
|
||||||
|
|||||||
Reference in New Issue
Block a user