summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-09 23:18:13 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-09 23:18:13 +0000
commit41daa5821b3d3b0f450094fbf0d1e37a449f482c (patch)
tree623e5aa9370dbb78bba14e9833a4ea0d1e026e22 /doc
parente651d843c513e8dbf0967735ea702a3795ac321d (diff)
Comment tweaks.
Diffstat (limited to 'doc')
-rw-r--r--doc/mainpage.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/mainpage.txt b/doc/mainpage.txt
index 497b6a01..b4cb21d5 100644
--- a/doc/mainpage.txt
+++ b/doc/mainpage.txt
@@ -2,7 +2,8 @@
@mainpage libdcp
-libdcp is a small library to create and read Digital Cinema Packages (DCPs) from JPEG2000 and WAV files.
+libdcp is a library to create Digital Cinema Packages (DCPs) from JPEG2000 and WAV files, and also to
+read and process existing DCPs.
Most of the hard work is done by a (slightly patched) version of asdcplib (http://www.cinecert.com/asdcplib/)
which is included in the source distribution for libdcp.
@@ -17,7 +18,7 @@ An example of DCP creation is given in examples/make_dcp.cc.
Reading existing DCPs
--
-Alternatively libdcp can be used to read existing DCPs and examine their content. You might do
+libdcp can be used to read existing DCPs and examine their content. You might do
@code
#include <libdcp/dcp.h>