diff options
Diffstat (limited to 'src/sound_frame.h')
| -rw-r--r-- | src/sound_frame.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h index 4fdc39e5..b91b4d9f 100644 --- a/src/sound_frame.h +++ b/src/sound_frame.h @@ -24,6 +24,7 @@ #ifndef LIBDCP_SOUND_FRAME_H #define LIBDCP_SOUND_FRAME_H +#include "types.h" #include <boost/noncopyable.hpp> #include <boost/filesystem.hpp> #include <stdint.h> @@ -44,7 +45,7 @@ namespace dcp { class SoundFrame : public boost::noncopyable { public: - SoundFrame (boost::filesystem::path path, int n, ASDCP::AESDecContext *); + SoundFrame (boost::filesystem::path path, int n, ASDCP::AESDecContext *, AssetType type, Fraction edit_rate); ~SoundFrame (); uint8_t const * data () const; |
