Very slightly less verbose subs checking.
[libdcp.git] / src / picture_asset.cc
index 7db8515678138d91a98919616a57e5d35aa2798f..3fbc09478d48480c54f974b55b2e3dbd3aebfc75 100644 (file)
@@ -42,6 +42,8 @@ using namespace libdcp;
 
 PictureAsset::PictureAsset (string directory, string mxf_name, sigc::signal1<void, float>* progress, int fps, int entry_point, int length)
        : MXFAsset (directory, mxf_name, progress, fps, entry_point, length)
+       , _width (0)
+       , _height (0)
 {
 
 }