diff options
Diffstat (limited to 'libhb/handbrake/deccc608sub.h')
-rw-r--r-- | libhb/handbrake/deccc608sub.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/handbrake/deccc608sub.h b/libhb/handbrake/deccc608sub.h index 044fc78f7..b814dbacc 100644 --- a/libhb/handbrake/deccc608sub.h +++ b/libhb/handbrake/deccc608sub.h @@ -10,8 +10,8 @@ /* * From ccextractor... */ -#ifndef __DECCC608SUB_H__ -#define __DECCC608SUB_H__ +#ifndef HANDBRAKE_DECCC608SUB_H +#define HANDBRAKE_DECCC608SUB_H #include "handbrake/common.h" @@ -143,4 +143,4 @@ enum output_format OF_RCWT = 4 }; -#endif // __DECCC608SUB_H__ +#endif // HANDBRAKE_DECCC608SUB_H |