Support opus header gain tags and match opus playback volume to other tracks when ReplayGain is enabled.

This commit is contained in:
Desuwa
2020-09-18 03:46:37 -07:00
committed by Max Kellermann
parent 7715311117
commit 23d5a2b862
5 changed files with 28 additions and 8 deletions

View File

@@ -24,6 +24,6 @@
bool
ScanOpusHeader(const void *data, size_t size, unsigned &channels_r,
unsigned &pre_skip_r);
signed &output_gain_r, unsigned &pre_skip_r);
#endif