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/stereo_j2k_picture_frame.h | |
| parent | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (diff) | |
Cleanup: fix more comments/guards (and add check script).
Diffstat (limited to 'src/stereo_j2k_picture_frame.h')
| -rw-r--r-- | src/stereo_j2k_picture_frame.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stereo_j2k_picture_frame.h b/src/stereo_j2k_picture_frame.h index 0c171c66..193960f3 100644 --- a/src/stereo_j2k_picture_frame.h +++ b/src/stereo_j2k_picture_frame.h @@ -32,13 +32,13 @@ */ -/** @file src/stereo_picture_frame.h +/** @file src/stereo_j2k_picture_frame.h * @brief StereoJ2KPictureFrame class */ -#ifndef LIBDCP_STEREO_PICTURE_FRAME_H -#define LIBDCP_STEREO_PICTURE_FRAME_H +#ifndef LIBDCP_STEREO_J2K_PICTURE_FRAME_H +#define LIBDCP_STEREO_J2K_PICTURE_FRAME_H #include "asset_reader.h" |
