From b7f478b7c5d2e53205dd77dee6955f6d7ac1ce5c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Jun 2015 22:32:52 +0100 Subject: Make read_writer_info do more stuff, and return id. --- src/mxf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mxf.h') 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 friend void start (PictureMXFWriter* writer, boost::shared_ptr

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. -- cgit v1.2.3