diff options
| author | John Hurst <jhurst@cinecert.com> | 2019-12-30 13:58:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 13:58:45 -0800 |
| commit | a67f55782d4758355190fe3f14ac6159b9d79e1e (patch) | |
| tree | 725ae1b325396ae4b0279a74c63255fd8b138e22 /src/MDD.cpp | |
| parent | 724014ca3037c46b5ec0f6628271c6bf656b4db4 (diff) | |
| parent | 931d6c079e34dd34c028951d405404fc9623dc62 (diff) | |
Merge pull request #19 from radford-for-smpte/sign-language-video-label
Add MCA labels for Sign Language Video Stream
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 06887d5..a2c691f 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1609,6 +1609,9 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 518 0x03, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00 }, {0}, false, "DCAudioChannel_FSKSyncSignalChannel" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 519 + 0x0d, 0x0f, 0x03, 0x02, 0x01, 0x01, 0x00, 0x00 }, + {0}, false, "AudioChannelSLVS" }, { {0}, {0}, false, 0 }, }; |
