diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 58dd1dfd..26b9b55a 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -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. |
