summaryrefslogtreecommitdiff
path: root/src/stereo_picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-27 11:35:53 +0100
committerCarl Hetherington <cth@carlh.net>2016-09-27 11:35:53 +0100
commitf9474637db140eb3d9170185fc79437c8d9914b7 (patch)
tree9f9e9eeaea1dd52c50f21869d8cb5e948787c4b7 /src/stereo_picture_frame.h
parent8c7b705e318d888444e5156f627cdc48168d3ac7 (diff)
Use a template for AssetReader.
Diffstat (limited to 'src/stereo_picture_frame.h')
-rw-r--r--src/stereo_picture_frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h
index 65e1cea3..42d88b3f 100644
--- a/src/stereo_picture_frame.h
+++ b/src/stereo_picture_frame.h
@@ -32,6 +32,7 @@
*/
#include "types.h"
+#include "stereo_picture_asset_reader.h"
#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/filesystem.hpp>
@@ -69,7 +70,7 @@ public:
int right_j2k_size () const;
private:
- friend class StereoPictureAssetReader;
+ friend StereoPictureAssetReader;
StereoPictureFrame (ASDCP::JP2K::MXFSReader* reader, int n, boost::shared_ptr<DecryptionContext>);