From fe99eae4b95c5fcf2f3730efad4a18d0cb5c29bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Jun 2015 00:05:32 +0100 Subject: MXF -> Asset in lots of places. --- src/sound_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound_frame.h') diff --git a/src/sound_frame.h b/src/sound_frame.h index 26f738d3..8b53dd71 100644 --- a/src/sound_frame.h +++ b/src/sound_frame.h @@ -44,7 +44,7 @@ namespace dcp { 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; -- cgit v1.2.3