diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 22:32:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 14:35:31 +0100 |
| commit | b7f478b7c5d2e53205dd77dee6955f6d7ac1ce5c (patch) | |
| tree | 55a2eb14998135c1d0bc93761dc66dc57fad2722 /src/mxf.h | |
| parent | 29844b3efd68ee102686e0ae6a04a926c1dbbbd8 (diff) | |
Make read_writer_info do more stuff, and return id.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ protected: template <class P, class Q> friend void start (PictureMXFWriter* writer, boost::shared_ptr<P> state, Standard standard, Q* mxf, uint8_t* data, int size); - void read_writer_info (ASDCP::WriterInfo const &); + std::string read_writer_info (ASDCP::WriterInfo const &); /** Fill in a ADSCP::WriteInfo struct. * @param w struct to fill in. * @param standard INTEROP or SMPTE. |
