From 468b0ee56064bb27ebd895e7cb4f71aceeaa562a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 3 Mar 2025 13:12:16 +0100 Subject: [PATCH] Fixed header file macros --- dvbspu.h | 4 ++-- remux.h | 4 ++-- ringbuffer.h | 4 ++-- shutdown.h | 4 ++-- spu.h | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dvbspu.h b/dvbspu.h index dadf7345..880c4bba 100644 --- a/dvbspu.h +++ b/dvbspu.h @@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.h 3.1 2014/02/08 12:27:34 kls Exp $ + * $Id: dvbspu.h 5.1 2025/03/03 13:12:16 kls Exp $ */ #ifndef __DVBSPU_H @@ -205,4 +205,4 @@ inline uint32_t cDvbSpuPalette::getColor(uint8_t idx, uint8_t trans) const return palette[idx] | ((trans == 0x0f) ? 0xff000000 : (trans << 28)); } -#endif // __DVBSPU_H +#endif //__DVBSPU_H diff --git a/remux.h b/remux.h index 211d211c..b58ce111 100644 --- a/remux.h +++ b/remux.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.h 5.8 2024/12/04 14:33:22 kls Exp $ + * $Id: remux.h 5.9 2025/03/03 13:12:16 kls Exp $ */ #ifndef __REMUX_H @@ -594,4 +594,4 @@ public: ///< Returns the aspect ratio, or arUnknown if this information is not available. }; -#endif // __REMUX_H +#endif //__REMUX_H diff --git a/ringbuffer.h b/ringbuffer.h index 5504d4d4..f9281da6 100644 --- a/ringbuffer.h +++ b/ringbuffer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ringbuffer.h 5.1 2025/03/02 11:03:35 kls Exp $ + * $Id: ringbuffer.h 5.2 2025/03/03 13:12:16 kls Exp $ */ #ifndef __RINGBUFFER_H @@ -154,4 +154,4 @@ public: // Drops the Frame that has just been fetched with Get(). }; -#endif // __RINGBUFFER_H +#endif //__RINGBUFFER_H diff --git a/shutdown.h b/shutdown.h index bf2a2a42..5c7fedc8 100644 --- a/shutdown.h +++ b/shutdown.h @@ -6,7 +6,7 @@ * * Original version written by Udo Richter . * - * $Id: shutdown.h 2.1 2013/02/18 10:35:27 kls Exp $ + * $Id: shutdown.h 5.1 2025/03/03 13:12:16 kls Exp $ */ #ifndef __SHUTDOWN_H @@ -112,4 +112,4 @@ public: extern cShutdownHandler ShutdownHandler; -#endif +#endif //__SHUTDOWN_H diff --git a/spu.h b/spu.h index a8cf7586..14441ea0 100644 --- a/spu.h +++ b/spu.h @@ -6,11 +6,11 @@ * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * - * $Id: spu.h 1.5 2006/04/17 11:00:00 kls Exp $ + * $Id: spu.h 5.1 2025/03/03 13:12:16 kls Exp $ */ -#ifndef __SPU_VDR_H -#define __SPU_VDR_H +#ifndef __SPU_H +#define __SPU_H #include @@ -39,4 +39,4 @@ class cSpuDecoder { virtual void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow = true) = 0; }; -#endif // __SPU_VDR_H +#endif //__SPU_H