Rationalise video/audio frame types.
[dcpomatic.git] / src / lib / audio_content.cc
index 83a43f3bd2eae6ee48a54594adf313403dca8df2..3c0d13ba93c1b98b5bbd1760f33ecc16c38786db 100644 (file)
@@ -157,7 +157,7 @@ AudioContent::technical_summary () const
  *  @param at The time within the DCP to get the active frame rate change from; i.e. a point at which
  *  the `controlling' video content is active.
  */
-AudioContent::Frame
+AudioFrame
 AudioContent::time_to_content_audio_frames (DCPTime t, DCPTime at) const
 {
        shared_ptr<const Film> film = _film.lock ();