diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-06 11:54:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | c7de16512dad5f4a1e9c1acdaddfc300e428ed3e (patch) | |
| tree | ec2ebf9cb8bead4837b6146bf721c2fdc8c8bec1 | |
| parent | e5a1ca0b16f4fff2a7b46846645630446989abd8 (diff) | |
Cleanup: fix some header guard names and comments.
| -rw-r--r-- | src/j2k_picture_asset.h | 2 | ||||
| -rw-r--r-- | src/mono_j2k_picture_asset_writer.h | 6 | ||||
| -rw-r--r-- | src/stereo_j2k_picture_asset_writer.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/j2k_picture_asset.h b/src/j2k_picture_asset.h index cbcf5b37..7ebfed10 100644 --- a/src/j2k_picture_asset.h +++ b/src/j2k_picture_asset.h @@ -32,7 +32,7 @@ */ -/** @file src/picture_asset.h +/** @file src/j2k_picture_asset.h * @brief J2KPictureAsset class */ diff --git a/src/mono_j2k_picture_asset_writer.h b/src/mono_j2k_picture_asset_writer.h index 0a89775e..62785c9a 100644 --- a/src/mono_j2k_picture_asset_writer.h +++ b/src/mono_j2k_picture_asset_writer.h @@ -32,13 +32,13 @@ */ -/** @file src/mono_picture_asset_writer.h +/** @file src/mono_j2k_picture_asset_writer.h * @brief MonoJ2KPictureAssetWriter class */ -#ifndef LIBDCP_MONO_PICTURE_ASSET_WRITER_H -#define LIBDCP_MONO_PICTURE_ASSET_WRITER_H +#ifndef LIBDCP_MONO_J2K_PICTURE_ASSET_WRITER_H +#define LIBDCP_MONO_J2K_PICTURE_ASSET_WRITER_H #include "j2k_picture_asset_writer.h" diff --git a/src/stereo_j2k_picture_asset_writer.h b/src/stereo_j2k_picture_asset_writer.h index 8d09440f..c15a1172 100644 --- a/src/stereo_j2k_picture_asset_writer.h +++ b/src/stereo_j2k_picture_asset_writer.h @@ -32,7 +32,7 @@ */ -/** @file src/stereo_picture_asset_writer.h +/** @file src/stereo_j2k_picture_asset_writer.h * @brief StereoJ2KPictureAssetWriter class */ |
