diff options
| -rw-r--r-- | doc/mainpage.txt | 3 | ||||
| -rw-r--r-- | src/reel_atmos_asset.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/mainpage.txt b/doc/mainpage.txt index 6e2f3397..c59c7647 100644 --- a/doc/mainpage.txt +++ b/doc/mainpage.txt @@ -7,8 +7,7 @@ video, audio and subtitle data, 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. +asdcplib (http://www.cinecert.com/asdcplib/). libdcp is distributed under the GNU GPL. diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index 51e93248..0477504c 100644 --- a/src/reel_atmos_asset.h +++ b/src/reel_atmos_asset.h @@ -52,7 +52,7 @@ namespace dcp { class AtmosAsset; -/** @class ReelAtmosAsse +/** @class ReelAtmosAsset * @brief Part of a Reel's description which refers to a Atmos MXF */ class ReelAtmosAsset : public ReelAsset, public ReelMXF |
