Make a backup of configuration when we load in a Version 2 file, and bump our config...
[dcpomatic.git] / src / lib / audio_ring_buffers.h
index 8f180042eef35d6018415d7ea1acff3178048068..3c726425c9b749b6807a19da2eaf38f218d379c1 100644 (file)
@@ -34,7 +34,7 @@ public:
        AudioRingBuffers ();
 
        void put (boost::shared_ptr<const AudioBuffers> data);
-       void get (float* out, int channels, int frames);
+       bool get (float* out, int channels, int frames);
 
        void clear ();
        Frame size () const;