From e3033879f7693d40f652f013b00c76deed6994da Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Dec 2023 23:14:40 +0100 Subject: Rename everything. --- examples/read_dcp.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc index f099409f..d87cb60e 100644 --- a/examples/read_dcp.cc +++ b/examples/read_dcp.cc @@ -32,7 +32,7 @@ #include "mono_picture_asset_reader.h" #include "stereo_picture_asset.h" #include "sound_asset.h" -#include "subtitle_asset.h" +#include "text_asset.h" #include "openjpeg_image.h" #include "colour_conversion.h" #include "rgb_xyz.h" @@ -77,8 +77,8 @@ main () std::cout << "3D picture\n"; } else if (std::dynamic_pointer_cast(i)) { std::cout << "Sound\n"; - } else if (std::dynamic_pointer_cast(i)) { - std::cout << "Subtitle\n"; + } else if (std::dynamic_pointer_cast(i)) { + std::cout << "Subtitle / closed caption\n"; } else if (std::dynamic_pointer_cast(i)) { std::cout << "CPL\n"; } -- cgit v1.2.3