Initial work on SMPTE subtitles.
[libdcp.git] / src / mxf.h
index a9f1bfa3b7fe4f94f058d2a4e5243d87d9b4e462..60c635be2c0c7a874431769b2d675eb168521a83 100644 (file)
--- a/src/mxf.h
+++ b/src/mxf.h
@@ -95,7 +95,7 @@ protected:
         *  @param w struct to fill in.
         *  @param standard INTEROP or SMPTE.
         */
-       void fill_writer_info (ASDCP::WriterInfo* w, std::string id, Standard standard);
+       void fill_writer_info (ASDCP::WriterInfo* w, std::string id, Standard standard) const;
 
        ASDCP::AESDecContext* _decryption_context;
        /** ID of the key used for encryption/decryption, if there is one */