diff options
Diffstat (limited to 'libhb/handbrake/h265_common.h')
-rw-r--r-- | libhb/handbrake/h265_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/handbrake/h265_common.h b/libhb/handbrake/h265_common.h index 8b5c1072d..98fac0ddc 100644 --- a/libhb/handbrake/h265_common.h +++ b/libhb/handbrake/h265_common.h @@ -7,8 +7,8 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#ifndef HB_H265_COMMON_H -#define HB_H265_COMMON_H +#ifndef HANDBRAKE_H265_COMMON_H +#define HANDBRAKE_H265_COMMON_H #include "handbrake/project.h" @@ -53,4 +53,4 @@ static const char * const hb_h265_colmatrix_names[] = { "GBR", "bt709", "undef", "", "fcc", "bt470bg", "smpte170m", "smpte240m", "YCgCo", "bt2020nc", "bt2020c", NULL, }; -#endif //HB_H265_COMMON_H +#endif // HANDBRAKE_H265_COMMON_H |