Rename mxf filename ignoring stuff slightly.
[libdcp.git] / src / stereo_picture_mxf_writer.h
index 8773eccd59b126a4d67e28191bd932e2a9d1b8a6..5491a64d70ee01c856fae28fb10d1b43a6bbfd94 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -40,7 +40,11 @@ namespace dcp {
 class StereoPictureMXFWriter : public PictureMXFWriter
 {
 public:
-       FrameInfo write (uint8_t *, int);
+       /** Write a frame for one eye.  Frames must be written left, then right, then left etc.
+        *  @param data JPEG2000 data.
+        *  @param size Size of data.
+        */
+       FrameInfo write (uint8_t* data, int size);
        void fake_write (int size);
        void finalize ();