summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2010-11-19 19:59:10 +0000
committermikey <>2010-11-19 19:59:10 +0000
commita65126b021c469c599c58776fa1bc08cf987ed0f (patch)
tree9ec8f8a0d49f2464581777ab2ffdac6c825538b5
parent62b361d1febde45ab0c63ca71f8744cbf08b64f0 (diff)
typo fix.
-rwxr-xr-xREADME4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index a175a00..20f7d1b 100755
--- a/README
+++ b/README
@@ -101,6 +101,8 @@ blackwave - Write a WAVE file full of zeros, Used to make filler
tracks (though you would be better off modifying asdcp-test if
this is a common use case).
+j2c-test - Displays information about JP2K codestreams.
+
Documentation
@@ -163,7 +165,7 @@ Change History
the library are incompatible with this and future versions.
o Fixed File Package TrackNumber values. Thanks to Sankar.
o Added edit rate constants to AS_DCP.h (25, 30, 50, 60).
- o Changed AudioDescriptor "SampelRate" element name to "EditRate"
+ o Changed AudioDescriptor "SampleRate" element name to "EditRate"
to make it consistent with the other types.
o Now builds with XercesC 3.x.
o KM_memio.h has better const behavior.