diff options
| author | jhurst <jhurst@cinecert.com> | 2013-06-04 05:22:27 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-06-04 05:22:27 +0000 |
| commit | 12051ad32d54a72a1a8682e15af1a185a61f1c61 (patch) | |
| tree | 952a756375d6fd0c53d36d7521d2cc4ec355ddd5 /src/as-02-wrap.cpp | |
| parent | de10f4a1f35fce05226b267baf6622e67e3d4c83 (diff) | |
working j2c as-02
Diffstat (limited to 'src/as-02-wrap.cpp')
| -rwxr-xr-x | src/as-02-wrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/as-02-wrap.cpp b/src/as-02-wrap.cpp index a879cab..6f79012 100755 --- a/src/as-02-wrap.cpp +++ b/src/as-02-wrap.cpp @@ -460,7 +460,7 @@ write_PCM_file(CommandOptions& Options) AESEncContext* Context = 0; HMACContext* HMAC = 0; PCMParserList Parser; - PCM::MXFWriter Writer; + AS_02::PCM::MXFWriter Writer; PCM::FrameBuffer FrameBuffer; PCM::AudioDescriptor ADesc; byte_t IV_buf[CBC_BLOCK_SIZE]; |
