diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
| commit | d8c9cbec9d87f28da338350880b7618b94f4da81 (patch) | |
| tree | c1e853ab494ac3731982c075046215f670153232 /src/picture_asset.h | |
| parent | 9a9d4e014c16be88d72914a9480343445bc785a5 (diff) | |
Bits.
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. |
