diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-12 20:52:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-12 20:52:15 +0100 |
| commit | 916247147468aee47354ebb3088f47b8a56fcccf (patch) | |
| tree | 90fb72f6312a8935bf61ec5affaf82f7bb8b88f6 /src/picture_asset.h | |
| parent | bc09fbc79580f56c93e35de25230af18b30e0e1e (diff) | |
Don't crash with no audio; get video MXF information from the MXF itself; get sampling rate from audio MXF.for-dcptovideo
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 18170f46..c0e5f649 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -77,7 +77,7 @@ public: int height ); - PictureAsset (std::string directory, std::string mxf_name, int fps, int length, int width, int height); + PictureAsset (std::string directory, std::string mxf_name, int fps, int length); /** Write details of this asset to a CPL stream. * @param s Stream. |
