diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-13 16:39:56 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-13 16:39:56 +1100 |
| commit | b31bc07555fdd862181d8d6ed551163cea89bc62 (patch) | |
| tree | 5991e940d4a3f80675fa493fd11a79450011f5a6 /src/codecs/include | |
| parent | 3bb002b6b81851e98fa906a02e3aa25381b9d6b9 (diff) | |
| download | tangara-fw-b31bc07555fdd862181d8d6ed551163cea89bc62.tar.gz | |
fix (improve?) libtremor strangeness
something fucky
Diffstat (limited to 'src/codecs/include')
| -rw-r--r-- | src/codecs/include/vorbis.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/include/vorbis.hpp b/src/codecs/include/vorbis.hpp index 2f93c37e..673b67a0 100644 --- a/src/codecs/include/vorbis.hpp +++ b/src/codecs/include/vorbis.hpp @@ -41,7 +41,7 @@ class TremorVorbisDecoder : public ICodec { private: std::shared_ptr<IStream> input_; - OggVorbis_File vorbis_; + std::unique_ptr<OggVorbis_File> vorbis_; }; } // namespace codecs |
