diff options
| author | jhurst <jhurst@cinecert.com> | 2010-05-13 19:12:13 +0000 |
|---|---|---|
| committer | jhurst <> | 2010-05-13 19:12:13 +0000 |
| commit | f6382ee078c3d7de2dbf3a01f5624345d2c61e4a (patch) | |
| tree | 9418a7065bdedb15e9551d97743ec1a9b8cd8f71 /src/AS_DCP.h | |
| parent | 6413d43575d39c8560673515ca7e75e1e2c789a9 (diff) | |
release candidate
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index a9f8b44..383f270 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, John Hurst +Copyright (c) 2003-2010, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -267,9 +267,9 @@ namespace ASDCP { const Rational SampleRate_48k(48000,1); const Rational SampleRate_96k(96000,1); - // Additional frame rates, see SMPTE 428-11 - // These rates are new and not supported by all systems. Do not assume that a package - // made using on of these rates will work just anywhere! + // Additional frame rates, see ST 428-11 + // These rates are new and not supported by all systems. Do not assume that + // a package made using on of these rates will work just anywhere! const Rational EditRate_25(25,1); const Rational EditRate_30(30,1); const Rational EditRate_50(50,1); |
