diff options
Diffstat (limited to 'src/sound_mxf.cc')
| -rw-r--r-- | src/sound_mxf.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sound_mxf.cc b/src/sound_mxf.cc index 5008da46..adeeddcf 100644 --- a/src/sound_mxf.cc +++ b/src/sound_mxf.cc @@ -71,8 +71,7 @@ SoundMXF::SoundMXF (boost::filesystem::path file) boost::throw_exception (DCPReadError ("could not read audio MXF information")); } - read_writer_info (info); - + _id = read_writer_info (info); } SoundMXF::SoundMXF (Fraction edit_rate, int sampling_rate, int channels) |
