diff options
| author | jhurst <jhurst@cinecert.com> | 2008-03-12 06:55:03 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-03-12 06:55:03 +0000 |
| commit | ff0838d01bd6c75b5e28a6f2d25d549ba7ca6388 (patch) | |
| tree | b17ff11212063036205c90fd7ea429c89f2b67ba /src/AS_DCP.h | |
| parent | 6a5f65b2430d72c593a5ba5aa82c374848ae26a8 (diff) | |
fixed AvgBps in PCM files
Diffstat (limited to 'src/AS_DCP.h')
| -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 1647f1e..e03557a 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -156,7 +156,7 @@ namespace ASDCP { // 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1. const ui32_t VERSION_MAJOR = 1; const ui32_t VERSION_APIMINOR = 3; - const ui32_t VERSION_IMPMINOR = 18; + const ui32_t VERSION_IMPMINOR = 19; const char* Version(); // UUIDs are passed around as strings of UUIDlen bytes |
