diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:48:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 16:48:08 +0100 |
| commit | 778103e83035c5efb1b2dd500a19d6e4e12070d4 (patch) | |
| tree | b104f64386b442aa428acb05268ea0f38a239254 /examples | |
| parent | ee47b3b97b16054e0c9bb85db0470eea6c49df43 (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"; |
