diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 23:14:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 23:14:21 +0100 |
| commit | d13f684575000397ee0e5c8371c4de3a48234432 (patch) | |
| tree | ecf58c977aabbef1f8ce86b7c9a84ccd46d553a0 | |
| parent | 0d7e66baa9a6def5b333906d1f094f7ad78b0726 (diff) | |
Doc fixes.
| -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 |
