diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-18 21:49:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-18 21:49:49 +0000 |
| commit | 5e4ab7ebd9a6b62b64fbaf91d7aa1a2a9d4bdec4 (patch) | |
| tree | cf863264ba3cd7cab9b6c65a0c821650534f537c /src/lib/dcp_video_frame.h | |
| parent | 940b64c80c8ed5d434de596d77fdb31762e3fbb3 (diff) | |
Untested direct write of audio to MXF.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index b446352c7..2ad2b0d44 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -48,7 +48,7 @@ public: virtual ~EncodedData (); void send (boost::shared_ptr<Socket> socket); - void write (boost::shared_ptr<const Film>, int); + void write (boost::shared_ptr<const Film>, int) const; /** @return data */ uint8_t* data () const { |
