diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-20 01:44:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-20 01:44:30 +0200 |
| commit | 2e2f11b29651cffe37c64275dbd45c7563310020 (patch) | |
| tree | 6e5c8a8e2cde776335cde438a0f4e94aa42c1e38 /src/lib/audio_stream.h | |
| parent | 185756ffbbba5d2b356860e75232fec9582c5800 (diff) | |
Assorted tidying.
Diffstat (limited to 'src/lib/audio_stream.h')
| -rw-r--r-- | src/lib/audio_stream.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/audio_stream.h b/src/lib/audio_stream.h index a7e204065..470d9c854 100644 --- a/src/lib/audio_stream.h +++ b/src/lib/audio_stream.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2016 Carl Hetherington <cth@carlh.net> + Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -18,13 +18,16 @@ */ + #ifndef DCPOMATIC_AUDIO_STREAM_H #define DCPOMATIC_AUDIO_STREAM_H + #include "audio_mapping.h" #include "types.h" #include <boost/thread/mutex.hpp> + struct audio_sampling_rate_test; class AudioStream @@ -65,6 +68,8 @@ private: AudioMapping _mapping; }; + typedef std::shared_ptr<AudioStream> AudioStreamPtr; + #endif |
