mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-26 23:06:44 +01:00
Fixed header file macros
This commit is contained in:
4
dvbspu.h
4
dvbspu.h
@@ -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
|
||||||
@@ -205,4 +205,4 @@ inline uint32_t cDvbSpuPalette::getColor(uint8_t idx, uint8_t trans) const
|
|||||||
return palette[idx] | ((trans == 0x0f) ? 0xff000000 : (trans << 28));
|
return palette[idx] | ((trans == 0x0f) ? 0xff000000 : (trans << 28));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __DVBSPU_H
|
#endif //__DVBSPU_H
|
||||||
|
|||||||
4
remux.h
4
remux.h
@@ -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
|
||||||
@@ -594,4 +594,4 @@ public:
|
|||||||
///< Returns the aspect ratio, or arUnknown if this information is not available.
|
///< Returns the aspect ratio, or arUnknown if this information is not available.
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __REMUX_H
|
#endif //__REMUX_H
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -154,4 +154,4 @@ public:
|
|||||||
// Drops the Frame that has just been fetched with Get().
|
// Drops the Frame that has just been fetched with Get().
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __RINGBUFFER_H
|
#endif //__RINGBUFFER_H
|
||||||
|
|||||||
@@ -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
8
spu.h
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user