diff options
| author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-03-10 20:47:33 -0700 |
|---|---|---|
| committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-03-10 20:47:33 -0700 |
| commit | c93f726df76687de551b8b9258305975d56ff102 (patch) | |
| tree | ec52fdffd17911a4e74aa3c81a9dc77eed84ab96 /src/asdcp-unwrap.cpp | |
| parent | 7b70b206a3bd767aad3a9a3c789cff9d0e9c38f2 (diff) | |
Replaced ATMOS with IAB terminologyissues/0015-replace-ATMOS-w-IAB
Diffstat (limited to 'src/asdcp-unwrap.cpp')
| -rwxr-xr-x | src/asdcp-unwrap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asdcp-unwrap.cpp b/src/asdcp-unwrap.cpp index a24219f..c539771 100755 --- a/src/asdcp-unwrap.cpp +++ b/src/asdcp-unwrap.cpp @@ -1000,7 +1000,7 @@ main(int argc, const char** argv) result = read_DCData_file(Options); break; - case ESS_DCDATA_DOLBY_ATMOS: + case ESS_DCDATA_IAB: Options.extension = "atmos"; result = read_DCData_file(Options); break; |
