Should-be-unnecessary initialisation.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2012 14:43:43 +0000 (15:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Aug 2012 14:43:43 +0000 (15:43 +0100)
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)
 {
 
 }