diff options
Diffstat (limited to 'src/sound_mxf.cc')
| -rw-r--r-- | src/sound_mxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_mxf.cc b/src/sound_mxf.cc index f6613867..fa48a6c1 100644 --- a/src/sound_mxf.cc +++ b/src/sound_mxf.cc @@ -161,7 +161,7 @@ shared_ptr<const SoundFrame> SoundMXF::get_frame (int n) const { /* XXX: should add on entry point here? */ - return shared_ptr<const SoundFrame> (new SoundFrame (file().string(), n, _decryption_context)); + return shared_ptr<const SoundFrame> (new SoundFrame (file(), n, _decryption_context)); } shared_ptr<SoundMXFWriter> |
