summaryrefslogtreecommitdiff
path: root/src/mxf.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 22:32:52 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 14:35:31 +0100
commitb7f478b7c5d2e53205dd77dee6955f6d7ac1ce5c (patch)
tree55a2eb14998135c1d0bc93761dc66dc57fad2722 /src/mxf.h
parent29844b3efd68ee102686e0ae6a04a926c1dbbbd8 (diff)
Make read_writer_info do more stuff, and return id.
Diffstat (limited to 'src/mxf.h')
-rw-r--r--src/mxf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mxf.h b/src/mxf.h
index be94b293..b5200b08 100644
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -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.