From 3993835a35b1f7137c9d8665fb047a42e9ae6f94 Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Sat, 11 Jan 2025 22:08:47 -0800 Subject: Extract gapless info from MP3 LAME header --- src/codecs/include/mad.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/codecs/include/mad.hpp') diff --git a/src/codecs/include/mad.hpp b/src/codecs/include/mad.hpp index 274862f7..fba3ef11 100644 --- a/src/codecs/include/mad.hpp +++ b/src/codecs/include/mad.hpp @@ -39,6 +39,7 @@ class MadMp3Decoder : public ICodec { auto SkipID3Tags(IStream& stream) -> std::optional; struct Mp3Info { + uint16_t starting_sample; uint32_t length; std::optional bytes; std::optional> toc; -- cgit v1.2.3