summaryrefslogtreecommitdiff
path: root/src/sound_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 01:24:19 +0000
commit5ee3348142f4cfafdbcf2c9c833843d717affc11 (patch)
tree1c97c80eeccc6b5f515a611e35dee35b21d3b09b /src/sound_frame.h
parent740938890d95e853cf13d4780a5d674c3d6c7f6f (diff)
Various IMF hacks.imf
Diffstat (limited to 'src/sound_frame.h')
-rw-r--r--src/sound_frame.h3
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;