diff options
Diffstat (limited to 'src')
| -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 */ |
