X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_stream.h;h=470d9c854a5acf34b1e91f4053560af4babff69e;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;hp=a7e204065432c4a33e011a69e594e228e7efc2c6;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git 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 + Copyright (C) 2015-2021 Carl Hetherington 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 + struct audio_sampling_rate_test; class AudioStream @@ -65,6 +68,8 @@ private: AudioMapping _mapping; }; + typedef std::shared_ptr AudioStreamPtr; + #endif