diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-22 19:42:39 +0000 |
| commit | 1c724e363a644abaee7efb39d6091e7b30de0fb6 (patch) | |
| tree | 413e28533849835f8496c8c972bd26e1d27aefbe /src/kdm.cc | |
| parent | 1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (diff) | |
Various work.
Diffstat (limited to 'src/kdm.cc')
| -rw-r--r-- | src/kdm.cc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -124,8 +124,8 @@ KDM::KDM ( */ apu.authorized_device_info.device_list.push_back ("2jmj7l5rSw0yVb/vlWAYkK/YBwk="); - list<shared_ptr<const ContentAsset> > assets = cpl->assets (); - for (list<shared_ptr<const ContentAsset> >::iterator i = assets.begin(); i != assets.end(); ++i) { + list<shared_ptr<const Content> > assets = cpl->assets (); + for (list<shared_ptr<const Content> >::iterator i = assets.begin(); i != assets.end(); ++i) { /* XXX: non-MXF assets? */ shared_ptr<const MXF> mxf = boost::dynamic_pointer_cast<const MXF> (*i); if (mxf) { @@ -138,7 +138,7 @@ KDM::KDM ( /* AuthenticatedPrivate */ - for (list<shared_ptr<const ContentAsset> >::iterator i = assets.begin(); i != assets.end(); ++i) { + for (list<shared_ptr<const Content> >::iterator i = assets.begin(); i != assets.end(); ++i) { /* XXX: non-MXF assets? */ shared_ptr<const MXF> mxf = boost::dynamic_pointer_cast<const MXF> (*i); if (mxf) { |
