Fix erroneous reports of unresolved assets when checking OV/VF pairs.
[libdcp.git] / src / picture_asset_writer.cc
index baa98a4f0549d2c6a1f75a528f371430eeb4ba9d..6861562e4c81441e09219e531f6ddb72bd194e11 100644 (file)
 #include <inttypes.h>
 #include <stdint.h>
 
-using std::istream;
-using std::ostream;
 using std::string;
 using boost::shared_ptr;
 using namespace dcp;
 
-PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, Standard standard, bool overwrite)
-       : AssetWriter (asset, file, standard)
+PictureAssetWriter::PictureAssetWriter (PictureAsset* asset, boost::filesystem::path file, bool overwrite)
+       : AssetWriter (asset, file)
        , _picture_asset (asset)
-       , _standard (standard)
        , _overwrite (overwrite)
 {
        asset->set_file (file);