Fix missing version string when Popen communicate returns byte strings.
[libdcp.git] / src / sound_asset_writer.h
index 95d13855343e97655c136bb179821890198a905d..b2de9e8eed4182a5034734751594f46ef821b75f 100644 (file)
@@ -63,7 +63,7 @@ public:
 private:
        friend class SoundAsset;
 
-       SoundAssetWriter (SoundAsset *, boost::filesystem::path, Standard standard);
+       SoundAssetWriter (SoundAsset *, boost::filesystem::path);
 
        void write_current_frame ();
 
@@ -74,7 +74,7 @@ private:
        struct ASDCPState;
        boost::shared_ptr<ASDCPState> _state;
 
-       SoundAsset* _sound_asset;
+       SoundAsset* _asset;
        int _frame_buffer_offset;
 };