Use dcp::file_to_string().
[dcpomatic.git] / src / lib / audio_delay.h
index 3731013e5e7df01472a9e53c0efd36b92aa894c1..5f3f89a6596d9037e86a1c217ce1f8008c60e20a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -24,8 +24,9 @@
 
 class AudioBuffers;
 
+
 /** @class AudioDelay
- *  @brief An audio delay line.
+ *  @brief An audio delay line
  */
 class AudioDelay
 {