X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fcpl.h;h=72818fb14d98418f61a48c07f0865fb46edbef04;hb=4078aaae757db466d727c667dd9197b56d6b3f58;hp=78d3d907a20b798f8cc62f542aa5e255956b2e20;hpb=ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89;p=libdcp.git diff --git a/src/cpl.h b/src/cpl.h index 78d3d907..72818fb1 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -59,7 +59,7 @@ struct verify_invalid_language3; namespace dcp { -class ReelMXF; +class ReelFileAsset; class Reel; class MXFMetadata; class CertificateChain; @@ -99,9 +99,9 @@ public: return _reels; } - /** @return the ReelMXFs in this CPL in all reels */ - std::vector> reel_mxfs () const; - std::vector> reel_mxfs (); + /** @return the ReelFileAssets in this CPL in all reels */ + std::vector> reel_file_assets () const; + std::vector> reel_file_assets (); /** @return true if we have any encrypted content */ bool any_encrypted () const;