diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-07 00:51:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 3d53fb23efa153e10c37071a4ecac48b74c2dbd6 (patch) | |
| tree | 2125f28506416ae362e660104f878898c51ef45d /src/j2k_picture_asset_writer.h | |
| parent | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (diff) | |
Cleanup: fix more comments/guards (and add check script).
Diffstat (limited to 'src/j2k_picture_asset_writer.h')
| -rw-r--r-- | src/j2k_picture_asset_writer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/j2k_picture_asset_writer.h b/src/j2k_picture_asset_writer.h index d441c06d..a6f5b6d2 100644 --- a/src/j2k_picture_asset_writer.h +++ b/src/j2k_picture_asset_writer.h @@ -32,13 +32,13 @@ */ -/** @file src/picture_asset_writer.h +/** @file src/j2k_picture_asset_writer.h * @brief J2KPictureAssetWriter and FrameInfo classes. */ -#ifndef LIBDCP_PICTURE_ASSET_WRITER_H -#define LIBDCP_PICTURE_ASSET_WRITER_H +#ifndef LIBDCP_J2K_PICTURE_ASSET_WRITER_H +#define LIBDCP_J2K_PICTURE_ASSET_WRITER_H #include "asset_writer.h" |
