diff options
| author | jhurst <jhurst@cinecert.com> | 2013-07-02 15:35:41 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-07-02 15:35:41 +0000 |
| commit | 2f6f8dbb08b63351bfa25d3a008a41dec78f7dde (patch) | |
| tree | 3f498181136b18547fa0a12e78793b6ede3f9b1a /src/asdcp-test.cpp | |
| parent | 0cc43cc3765c003d60196ff45213c2835281a0c3 (diff) | |
finished optional properties
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 13e3036..24d6b1e 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -1813,7 +1813,7 @@ show_file_info(CommandOptions& Options) if ( ASDCP_SUCCESS(result) ) { char buf[64]; - fprintf(stdout, " ChannelAssignment: %s\n", descriptor->ChannelAssignment.EncodeString(buf, 64)); + fprintf(stdout, " ChannelAssignment: %s\n", descriptor->ChannelAssignment.const_get().EncodeString(buf, 64)); } } } |
