diff options
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 26b9b55a..e540c074 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -69,6 +69,8 @@ public: int width, int height ); + + PictureAsset (std::string mxf_path, int fps, int length, int width, int height); /** Write details of this asset to a CPL stream. * @param s Stream. |
