diff options
| author | ailurux <ailurux@noreply.codeberg.org> | 2024-02-29 05:23:33 +0000 |
|---|---|---|
| committer | ailurux <ailurux@noreply.codeberg.org> | 2024-02-29 05:23:33 +0000 |
| commit | aa87c13799f5d71773b7c73135006acb592182d0 (patch) | |
| tree | 3c6ef26e5a00eecb0e4319377b4bccd71235e9ac /src/audio/include/audio_decoder.hpp | |
| parent | 173b09b0151ae765b1a8e69dfb60d14d502801f6 (diff) | |
| parent | e7e6c70fb31d33ae1e79f9841f5b6fe227f6ebf3 (diff) | |
| download | tangara-fw-aa87c13799f5d71773b7c73135006acb592182d0.tar.gz | |
Merge pull request 'Add seeking support for all codecs' (#50) from seek-support into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/50
Reviewed-by: ailurux <ailurux@noreply.codeberg.org>
Diffstat (limited to 'src/audio/include/audio_decoder.hpp')
| -rw-r--r-- | src/audio/include/audio_decoder.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/include/audio_decoder.hpp b/src/audio/include/audio_decoder.hpp index 318e6fd4..b8aac710 100644 --- a/src/audio/include/audio_decoder.hpp +++ b/src/audio/include/audio_decoder.hpp @@ -24,7 +24,7 @@ namespace audio { */ class Timer { public: - Timer(std::shared_ptr<Track>, const codecs::ICodec::OutputFormat& format); + Timer(std::shared_ptr<Track>, const codecs::ICodec::OutputFormat& format, uint32_t current_seconds = 0); auto AddSamples(std::size_t) -> void; |
