mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 15:06:21 +02:00
moved definition into implementation
This commit is contained in:
parent
4c13254587
commit
31ba0e36bd
3 changed files with 15 additions and 9 deletions
|
@ -180,8 +180,8 @@ void metadata_callback(const FLAC__StreamDecoder *decoder, const FLAC__StreamMet
|
|||
{
|
||||
((FlacDecoder*)client_data)->cacheInfo_.sampleRate_ = metadata->data.stream_info.sample_rate;
|
||||
logO << "sample rate : " << metadata->data.stream_info.sample_rate << "Hz\n";
|
||||
logO << "channels : " << metadata->data.stream_info.channels << "\n";
|
||||
logO << "bits per sample: " << metadata->data.stream_info.bits_per_sample << "\n";
|
||||
logO << "channels : " << metadata->data.stream_info.channels << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue