diff options
| author | msheby <msheby@cinecert.com> | 2013-06-20 23:41:33 +0000 |
|---|---|---|
| committer | msheby <> | 2013-06-20 23:41:33 +0000 |
| commit | a1e986e96750d9bb5d37d77ecec02f7b1ea2e114 (patch) | |
| tree | d49071dc16d92dd45a63e5b8135dc8909f3f46b2 /src | |
| parent | e48b9c461732ff4d3bf8ac2ee6a24b527d3a9da5 (diff) | |
"CF_MAX" is actually a predefined macro in Windows
Diffstat (limited to 'src')
| -rwxr-xr-x | src/AS_DCP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 1763d9c..7ef83e4 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -848,7 +848,7 @@ namespace ASDCP { CF_CFG_3, // 7.1 (SDDS) with optional HI/VI CF_CFG_4, // Wild Track Format CF_CFG_5, // 7.1 DS with optional HI/VI - CF_MAX + CF_MAXIMUM }; struct AudioDescriptor |
