blob: d310405617992bdca976acf33b76ac5a05ce70ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*!
@mainpage libdcp
libdcp is a small library to create Digital Cinema Packages (DCPs) from JPEG2000 and WAV files.
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.
See libdcp::DCP for an example of libdcp's use.
*/
|