diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-05-19 21:38:17 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-05-19 21:38:17 +0000 |
| commit | 7ea686690e5ec6cfd8a73f49e264a2648d2ec8f2 (patch) | |
| tree | 23d8b97c33863759f9d150bfe1ae6a7688f5fed9 /src/asdcp-wrap.cpp | |
| parent | e42c48cffea60be1faab0eca924fb874feec3047 (diff) | |
version roll
Diffstat (limited to 'src/asdcp-wrap.cpp')
| -rwxr-xr-x | src/asdcp-wrap.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/asdcp-wrap.cpp b/src/asdcp-wrap.cpp index 7d730d4..e8bf2f1 100755 --- a/src/asdcp-wrap.cpp +++ b/src/asdcp-wrap.cpp @@ -1151,6 +1151,11 @@ write_PCM_with_ATMOS_sync_file(CommandOptions& Options) // set up MXF writer if ( ASDCP_SUCCESS(result) ) { + if ( Mixer.ChannelCount() % 2 != 0 ) + { + result = Mixer.AppendSilenceChannels(1); + } + Mixer.FillAudioDescriptor(ADesc); ADesc.EditRate = PictureRate; |
