Fixed header file macros

This commit is contained in:
Klaus Schmidinger
2025-03-03 13:12:16 +01:00
parent 4ff3d113a7
commit 468b0ee560
5 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
* *
* parts of this file are derived from the OMS program. * 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 #ifndef __DVBSPU_H

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __REMUX_H

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __RINGBUFFER_H

View File

@@ -6,7 +6,7 @@
* *
* Original version written by Udo Richter <udo_richter@gmx.de>. * Original version written by Udo Richter <udo_richter@gmx.de>.
* *
* $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 #ifndef __SHUTDOWN_H
@@ -112,4 +112,4 @@ public:
extern cShutdownHandler ShutdownHandler; extern cShutdownHandler ShutdownHandler;
#endif #endif //__SHUTDOWN_H

8
spu.h
View File

@@ -6,11 +6,11 @@
* This code is distributed under the terms and conditions of the * This code is distributed under the terms and conditions of the
* GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * 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 #ifndef __SPU_H
#define __SPU_VDR_H #define __SPU_H
#include <inttypes.h> #include <inttypes.h>
@@ -39,4 +39,4 @@ class cSpuDecoder {
virtual void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow = true) = 0; virtual void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow = true) = 0;
}; };
#endif // __SPU_VDR_H #endif //__SPU_H