Various tweaks for Windows builds.
[libdcp.git] / src / picture_asset.h
index 58dd1dfd216d17700b723fd98abff5b3983f6b3c..26b9b55a6a9731ce7d2610fd92557308121cf1af 100644 (file)
@@ -52,7 +52,7 @@ public:
 
        /** Construct a PictureAsset, generating the MXF from the JPEG2000 files.
         *  This may take some time; progress is indicated by emission of the Progress signal.
-        *  @param files Pathnames of JPEG2000 files, in frame order.
+        *  @param get_path Functor which returns a JPEG2000 file path for a given frame (frames counted from 0).
         *  @param mxf_path Pathname of MXF file to create.
         *  @param progress Signal to inform of progress.
         *  @param fps Frames per second.