diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-13 01:17:09 +0100 |
| commit | c2ec345242b680426938ed3ef7332ede1d3276a6 (patch) | |
| tree | a874651b7d1047fc34c047fde15c7d7029c35e10 /src/sound_asset.h | |
| parent | 830d8e01713add5856f44a5246eb65781458d0b8 (diff) | |
Partial subtitle work.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index a0dd0a6e..06edfc33 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -24,7 +24,7 @@ * @brief An asset made up of WAV files */ -#include "asset.h" +#include "mxf_asset.h" #include "types.h" namespace libdcp @@ -33,7 +33,7 @@ namespace libdcp class SoundFrame; /** @brief An asset made up of WAV files */ -class SoundAsset : public Asset +class SoundAsset : public MXFAsset { public: /** Construct a SoundAsset, generating the MXF from the WAV files. |
