summaryrefslogtreecommitdiff
path: root/src/mono_picture_mxf_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_mxf_writer.h')
-rw-r--r--src/mono_picture_mxf_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_mxf_writer.h b/src/mono_picture_mxf_writer.h
index 065171c2..7cad54e0 100644
--- a/src/mono_picture_mxf_writer.h
+++ b/src/mono_picture_mxf_writer.h
@@ -38,7 +38,7 @@ namespace dcp {
*
* Objects of this class can only be created with MonoPictureMXF::start_write().
*
- * Frames can be written to the MonoPictureAsset by calling write() with a JPEG2000 image
+ * Frames can be written to the MonoPictureMXF by calling write() with a JPEG2000 image
* (a verbatim .j2c file). finalize() must be called after the last frame has been written.
* The action of finalize() can't be done in MonoPictureAssetWriter's destructor as it may
* throw an exception.