From c7de16512dad5f4a1e9c1acdaddfc300e428ed3e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Feb 2024 11:54:23 +0100 Subject: Cleanup: fix some header guard names and comments. --- src/j2k_picture_asset.h | 2 +- src/mono_j2k_picture_asset_writer.h | 6 +++--- src/stereo_j2k_picture_asset_writer.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3