diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-22 12:32:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-22 12:32:52 +0100 |
| commit | c70373ba74504ae39453c2a41ce1ab047fd441b4 (patch) | |
| tree | 020b40133c93a797341b7a19c46c787f449cebe1 /src/reel.h | |
| parent | dbdef419973ea00817022a4352126925025857dd (diff) | |
Rough support for 3D.
Diffstat (limited to 'src/reel.h')
| -rw-r--r-- | src/reel.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ namespace libdcp { -class PictureAsset; +class PictureAsset; class SoundAsset; class SubtitleAsset; @@ -43,7 +43,7 @@ public: boost::shared_ptr<const PictureAsset> main_picture () const { return _main_picture; } - + boost::shared_ptr<const SoundAsset> main_sound () const { return _main_sound; } |
