X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Freel_writer.h;h=c0e98f6ebf89b7bd2bdd06858c2cd605995c1054;hp=edf6c081e955bfff863bda6286652404ce445bba;hb=60d528017a3ac1afdc30a3a000b28dda96a2175e;hpb=f8755c678d5b4b3d6b31761ef0ec13265190ca0c diff --git a/src/lib/reel_writer.h b/src/lib/reel_writer.h index edf6c081e..c0e98f6eb 100644 --- a/src/lib/reel_writer.h +++ b/src/lib/reel_writer.h @@ -72,10 +72,6 @@ public: return _period; } - int total_written_audio_frames () const { - return _total_written_audio_frames; - } - int last_written_video_frame () const { return _last_written_video_frame; } @@ -107,8 +103,6 @@ private: /** the index of the last written video frame within the reel */ int _last_written_video_frame; Eyes _last_written_eyes; - /** the number of audio frames that have been written to the reel */ - int _total_written_audio_frames; /** index of this reel within the DCP (starting from 0) */ int _reel_index; /** number of reels in the DCP */