diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-01 21:05:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-03-01 21:05:21 +0000 |
| commit | 528e3f81143401577a5a101e8d868ac431969f5b (patch) | |
| tree | 77eb18a65f2e102520bb2573e3c737249855c70a /src/sound_asset_writer.cc | |
| parent | 495555716e98a02b571a5dbc3200ef4ce928272c (diff) | |
Add simple sample-access API to SoundFrame.
Diffstat (limited to 'src/sound_asset_writer.cc')
| -rw-r--r-- | src/sound_asset_writer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset_writer.cc b/src/sound_asset_writer.cc index 74bf866e..e628b26e 100644 --- a/src/sound_asset_writer.cc +++ b/src/sound_asset_writer.cc @@ -38,9 +38,11 @@ #include "compose.hpp" #include "encryption_context.h" #include <asdcp/AS_DCP.h> +#include <iostream> using std::min; using std::max; +using std::cout; using namespace dcp; struct SoundAssetWriter::ASDCPState |
