diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:48:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:34:43 +0100 |
| commit | 6c55e8d2c3b0129a19fc40dca344219021ad12ef (patch) | |
| tree | cf9c3244ed55fb1fa8db89ca87923f3b7a6d35a1 /examples | |
| parent | 2105caa32a12236d5b70a0cf8b9ac62fcf7f574e (diff) | |
Rename some stuff Content -> Asset.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/read_dcp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc index e5f28df1..068fc09b 100644 --- a/examples/read_dcp.cc +++ b/examples/read_dcp.cc @@ -31,7 +31,7 @@ #include "mono_picture_mxf.h" #include "stereo_picture_mxf.h" #include "sound_mxf.h" -#include "subtitle_content.h" +#include "subtitle_asset.h" #include "xyz_image.h" #include "colour_conversion.h" #include "rgb_xyz.h" @@ -66,7 +66,7 @@ main () std::cout << "3D picture\n"; } else if (boost::dynamic_pointer_cast<dcp::SoundMXF> (*i)) { std::cout << "Sound\n"; - } else if (boost::dynamic_pointer_cast<dcp::SubtitleContent> (*i)) { + } else if (boost::dynamic_pointer_cast<dcp::SubtitleAsset> (*i)) { std::cout << "Subtitle\n"; } else if (boost::dynamic_pointer_cast<dcp::CPL> (*i)) { std::cout << "CPL\n"; |
