Add comment.
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Oct 2021 20:16:13 +0000 (22:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 15 Oct 2021 20:42:48 +0000 (22:42 +0200)
src/lib/audio_ring_buffers.h

index be8a616e22ce582d95bf724ac9f53f6a0f3b53e9..4c90ed7911d4137d3acd3e5de96591f5a234bbc3 100644 (file)
@@ -43,6 +43,7 @@ public:
        boost::optional<dcpomatic::DCPTime> peek () const;
 
        void clear ();
+       /** @return number of frames currently available */
        Frame size () const;
 
 private: