From 6c55e8d2c3b0129a19fc40dca344219021ad12ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Jun 2015 16:48:08 +0100 Subject: Rename some stuff Content -> Asset. --- examples/read_dcp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 (*i)) { std::cout << "Sound\n"; - } else if (boost::dynamic_pointer_cast (*i)) { + } else if (boost::dynamic_pointer_cast (*i)) { std::cout << "Subtitle\n"; } else if (boost::dynamic_pointer_cast (*i)) { std::cout << "CPL\n"; -- cgit v1.2.3