diff options
| author | jhurst <jhurst@cinecert.com> | 2016-11-22 17:58:19 +0000 |
|---|---|---|
| committer | jhurst <> | 2016-11-22 17:58:19 +0000 |
| commit | 8fd602770d89acb171dbd878d8737ead85aa35d3 (patch) | |
| tree | 229577c9b4389f7e05694a1f4241d0a9160dd461 /src/AS_DCP.h | |
| parent | b3e312cda7ce3e7027f5fb44ef2ffd87d713dd8d (diff) | |
o Added optional Generic Partition to IMF Aux Data prototype, used to carry global metadata
o Added support for 192, 200 and 240 fps images, includes 96, 100 and 120 fpe stereo
o Fixed raw essence detector for IMF Aux Data files
o Added missing MCA properties to MCALabelSubDescriptor (contributed by Ruppel)
o New MXF data type: LineMapPair
o Added default 0,0 VideoLineMap value when wrapping CDCI with as-02-wrap
o Added VideoLineMap property to GenericPictureEssenceDescriptor
o Added timed text unwrap support to as-02-unwrap (contributed by Ruppel)
Diffstat (limited to 'src/AS_DCP.h')
| -rwxr-xr-x | src/AS_DCP.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AS_DCP.h b/src/AS_DCP.h index 75ca97f..b1540aa 100755 --- a/src/AS_DCP.h +++ b/src/AS_DCP.h @@ -302,6 +302,9 @@ namespace ASDCP { const Rational EditRate_96 = Rational(96,1); const Rational EditRate_100 = Rational(100,1); const Rational EditRate_120 = Rational(120,1); + const Rational EditRate_192 = Rational(192,1); + const Rational EditRate_200 = Rational(200,1); + const Rational EditRate_240 = Rational(240,1); // Archival frame rates, see ST 428-21 // These rates are new and not supported by all systems. Do not assume that |
