MusicChunk: initialize replay_gain_serial on demand
This commit is contained in:
@@ -561,6 +561,7 @@ Player::SendSilence()
|
||||
chunk->bit_rate = 0;
|
||||
chunk->time = SignedSongTime::Negative(); /* undefined time stamp */
|
||||
chunk->length = num_frames * frame_size;
|
||||
chunk->replay_gain_serial = 0;
|
||||
PcmSilence({chunk->data, chunk->length}, play_audio_format.format);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user