Fix various SNAFUs with Font ID handling.
[libdcp.git] / src / sound_frame.h
index 26f738d3524c72156a51221864b3d0d6bb20d44c..4fdc39e512eea8fe54ed175f3b48d964767fb0dc 100644 (file)
@@ -39,12 +39,12 @@ namespace ASDCP {
 namespace dcp {
 
 /** @class SoundFrame
- *  @brief One ‘frame’ of sound data from a MXF.
+ *  @brief One ‘frame’ of sound data from a SoundAsset.
  */
 class SoundFrame : public boost::noncopyable
 {
 public:
-       SoundFrame (boost::filesystem::path mxf_path, int n, ASDCP::AESDecContext *);
+       SoundFrame (boost::filesystem::path path, int n, ASDCP::AESDecContext *);
        ~SoundFrame ();
 
        uint8_t const * data () const;