summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-04-18 21:17:38 +0000
committerscop <scop>2005-04-18 21:17:38 +0000
commitbdd82605bdab8c749bf49b7ec3a2c2adfbbdfac8 (patch)
tree11bbdfbd92b2e4f207c9dfcc2e5a845313c0d9c7
parent06a2845e24227085fe7f5ac8feb35eab57a8f3cf (diff)
downloadvdr-plugin-dxr3-bdd82605bdab8c749bf49b7ec3a2c2adfbbdfac8.tar.gz
vdr-plugin-dxr3-bdd82605bdab8c749bf49b7ec3a2c2adfbbdfac8.tar.bz2
More indentation settings.
-rw-r--r--dxr3.c3
-rw-r--r--dxr3.h1
-rw-r--r--dxr3audiodecoder.c1
-rw-r--r--dxr3audiodecoder.h1
-rw-r--r--dxr3blackframe.c1
-rw-r--r--dxr3colormanager.c1
-rw-r--r--dxr3colormanager.h1
-rw-r--r--dxr3configdata.c1
-rw-r--r--dxr3configdata.h1
-rw-r--r--dxr3cpu.c1
-rw-r--r--dxr3cpu.h1
-rw-r--r--dxr3demuxdevice.c1
-rw-r--r--dxr3demuxdevice.h1
-rw-r--r--dxr3device.c1
-rw-r--r--dxr3device.h1
-rw-r--r--dxr3ffmpeg.c1
-rw-r--r--dxr3ffmpeg.h1
-rw-r--r--dxr3generaldefines.h1
-rw-r--r--dxr3i18n.c1
-rw-r--r--dxr3i18n.h1
-rw-r--r--dxr3interface.c1
-rw-r--r--dxr3interface.h1
-rw-r--r--dxr3interface_spu_encoder.c1
-rw-r--r--dxr3interface_spu_encoder.h1
-rw-r--r--dxr3log.c1
-rw-r--r--dxr3log.h1
-rw-r--r--dxr3memcpy.c1
-rw-r--r--dxr3memcpy.h1
-rw-r--r--dxr3multichannelaudio.c1
-rw-r--r--dxr3multichannelaudio.h1
-rw-r--r--dxr3nextpts.c1
-rw-r--r--dxr3nextpts.h1
-rw-r--r--dxr3osd.c1
-rw-r--r--dxr3osd.h1
-rw-r--r--dxr3osd_subpicture.c1
-rw-r--r--dxr3osd_subpicture.h1
-rw-r--r--dxr3outputthread.c1
-rw-r--r--dxr3outputthread.h1
-rw-r--r--dxr3pesframe.c1
-rw-r--r--dxr3pesframe.h1
-rw-r--r--dxr3singleton.h1
-rw-r--r--dxr3spudecoder.c1
-rw-r--r--dxr3spudecoder.h1
-rw-r--r--dxr3syncbuffer.c1
-rw-r--r--dxr3syncbuffer.h1
-rw-r--r--dxr3sysclock.c1
-rw-r--r--dxr3sysclock.h1
-rw-r--r--dxr3tools.h1
-rw-r--r--dxr3vdrincludes.h1
49 files changed, 50 insertions, 1 deletions
diff --git a/dxr3.c b/dxr3.c
index 504ff5f..3a6bf49 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
-* $Id: dxr3.c,v 1.1.2.7 2005/04/18 19:29:09 scop Exp $
+* $Id: dxr3.c,v 1.1.2.8 2005/04/18 21:17:42 scop Exp $
*/
@@ -200,5 +200,6 @@ VDRPLUGINCREATOR(cPluginDxr3); // Don't touch this!
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3.h b/dxr3.h
index 243529b..93db0a1 100644
--- a/dxr3.h
+++ b/dxr3.h
@@ -98,5 +98,6 @@ public:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3audiodecoder.c b/dxr3audiodecoder.c
index 8f7cb1f..19371a2 100644
--- a/dxr3audiodecoder.c
+++ b/dxr3audiodecoder.c
@@ -298,5 +298,6 @@ bool cDxr3AudioDecoder::HeadCheck(unsigned long head)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3audiodecoder.h b/dxr3audiodecoder.h
index cc2f75c..7d575d3 100644
--- a/dxr3audiodecoder.h
+++ b/dxr3audiodecoder.h
@@ -77,5 +77,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3blackframe.c b/dxr3blackframe.c
index a12589e..33344cf 100644
--- a/dxr3blackframe.c
+++ b/dxr3blackframe.c
@@ -1288,5 +1288,6 @@ int blackframeLength = sizeof(blackframe);
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3colormanager.c b/dxr3colormanager.c
index d403d6c..1ddca35 100644
--- a/dxr3colormanager.c
+++ b/dxr3colormanager.c
@@ -357,5 +357,6 @@ bool xSection::HasColor(unsigned int color, unsigned char &ColorIndex)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3colormanager.h b/dxr3colormanager.h
index f252679..ea05a0c 100644
--- a/dxr3colormanager.h
+++ b/dxr3colormanager.h
@@ -119,5 +119,6 @@ private: // Private attributes
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3configdata.c b/dxr3configdata.c
index 55bd5d4..e3763db 100644
--- a/dxr3configdata.c
+++ b/dxr3configdata.c
@@ -42,5 +42,6 @@ cDxr3ConfigData::cDxr3ConfigData()
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3configdata.h b/dxr3configdata.h
index 59376eb..894c3fb 100644
--- a/dxr3configdata.h
+++ b/dxr3configdata.h
@@ -112,5 +112,6 @@ protected:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3cpu.c b/dxr3cpu.c
index 133ef7a..41f2435 100644
--- a/dxr3cpu.c
+++ b/dxr3cpu.c
@@ -139,5 +139,6 @@ bool cDxr3CPU::Cpuid(unsigned long function, unsigned long& out_eax, unsigned lo
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3cpu.h b/dxr3cpu.h
index 9a49e6a..383951a 100644
--- a/dxr3cpu.h
+++ b/dxr3cpu.h
@@ -108,5 +108,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3demuxdevice.c b/dxr3demuxdevice.c
index 8643694..72433ec 100644
--- a/dxr3demuxdevice.c
+++ b/dxr3demuxdevice.c
@@ -680,5 +680,6 @@ int cDxr3DemuxDevice::DemuxAudioPes(const uint8_t* buf, int length)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3demuxdevice.h b/dxr3demuxdevice.h
index ac239f7..fdd1942 100644
--- a/dxr3demuxdevice.h
+++ b/dxr3demuxdevice.h
@@ -90,5 +90,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3device.c b/dxr3device.c
index 0f323eb..6632d69 100644
--- a/dxr3device.c
+++ b/dxr3device.c
@@ -524,5 +524,6 @@ cOsdBase *cDxr3Device::NewOsd(int x, int y)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3device.h b/dxr3device.h
index f032863..14c3191 100644
--- a/dxr3device.h
+++ b/dxr3device.h
@@ -96,5 +96,6 @@ protected:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c
index fe51e22..f524849 100644
--- a/dxr3ffmpeg.c
+++ b/dxr3ffmpeg.c
@@ -93,5 +93,6 @@ void cDxr3Ffmepg::CloseCodec(struct Dxr3Codec& Codec)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3ffmpeg.h b/dxr3ffmpeg.h
index d4347e2..165f646 100644
--- a/dxr3ffmpeg.h
+++ b/dxr3ffmpeg.h
@@ -70,5 +70,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3generaldefines.h b/dxr3generaldefines.h
index 4f01e84..13155ee 100644
--- a/dxr3generaldefines.h
+++ b/dxr3generaldefines.h
@@ -49,5 +49,6 @@ enum eDxr3TrickState {
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3i18n.c b/dxr3i18n.c
index 12dfe5e..4bfe0f9 100644
--- a/dxr3i18n.c
+++ b/dxr3i18n.c
@@ -750,5 +750,6 @@ const tI18nPhrase Phrases[] = {
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3i18n.h b/dxr3i18n.h
index 2200855..eb845b2 100644
--- a/dxr3i18n.h
+++ b/dxr3i18n.h
@@ -31,5 +31,6 @@ extern const tI18nPhrase Phrases[];
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3interface.c b/dxr3interface.c
index b035c42..3eea756 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -1171,5 +1171,6 @@ cMutex* cDxr3Interface::m_pMutex = new cMutex;
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3interface.h b/dxr3interface.h
index 2326ec2..771adac 100644
--- a/dxr3interface.h
+++ b/dxr3interface.h
@@ -177,5 +177,6 @@ protected:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3interface_spu_encoder.c b/dxr3interface_spu_encoder.c
index 85b7545..eb6daec 100644
--- a/dxr3interface_spu_encoder.c
+++ b/dxr3interface_spu_encoder.c
@@ -700,5 +700,6 @@ void cSPUEncoder::CalculateActiveOsdArea()
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3interface_spu_encoder.h b/dxr3interface_spu_encoder.h
index 595b934..09fdc2a 100644
--- a/dxr3interface_spu_encoder.h
+++ b/dxr3interface_spu_encoder.h
@@ -142,5 +142,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3log.c b/dxr3log.c
index ea604f3..ed6ffbd 100644
--- a/dxr3log.c
+++ b/dxr3log.c
@@ -70,5 +70,6 @@ void cLog::Close()
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3log.h b/dxr3log.h
index 4147c57..c69fc0e 100644
--- a/dxr3log.h
+++ b/dxr3log.h
@@ -95,5 +95,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3memcpy.c b/dxr3memcpy.c
index c4736b1..fe65cc0 100644
--- a/dxr3memcpy.c
+++ b/dxr3memcpy.c
@@ -445,5 +445,6 @@ unsigned long long int cDxr3MemcpyBench::Rdtsc(uint32_t config_flags)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3memcpy.h b/dxr3memcpy.h
index 9214d53..0fb1442 100644
--- a/dxr3memcpy.h
+++ b/dxr3memcpy.h
@@ -94,5 +94,6 @@ extern void *(* dxr3_memcpy)(void *to, const void *from, size_t len);
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3multichannelaudio.c b/dxr3multichannelaudio.c
index 8c31aea..9a12d70 100644
--- a/dxr3multichannelaudio.c
+++ b/dxr3multichannelaudio.c
@@ -646,5 +646,6 @@ void cMultichannelAudio::Encapsulate(uchar *b, int length)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3multichannelaudio.h b/dxr3multichannelaudio.h
index 1c8091e..fcd0594 100644
--- a/dxr3multichannelaudio.h
+++ b/dxr3multichannelaudio.h
@@ -35,5 +35,6 @@ public:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3nextpts.c b/dxr3nextpts.c
index 6f6ffeb..6ced0df 100644
--- a/dxr3nextpts.c
+++ b/dxr3nextpts.c
@@ -27,5 +27,6 @@ cMutex* cDxr3NextPts::m_pMutex = new cMutex;
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3nextpts.h b/dxr3nextpts.h
index daddbfb..4d66d0a 100644
--- a/dxr3nextpts.h
+++ b/dxr3nextpts.h
@@ -57,5 +57,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3osd.c b/dxr3osd.c
index c3c7a60..ed60910 100644
--- a/dxr3osd.c
+++ b/dxr3osd.c
@@ -164,5 +164,6 @@ void cDxr3Osd::MoveWindow(cWindow *Window, int x, int y)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3osd.h b/dxr3osd.h
index e4c3bb7..d527a36 100644
--- a/dxr3osd.h
+++ b/dxr3osd.h
@@ -44,5 +44,6 @@ public:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3osd_subpicture.c b/dxr3osd_subpicture.c
index de3d3bf..47d4712 100644
--- a/dxr3osd_subpicture.c
+++ b/dxr3osd_subpicture.c
@@ -240,5 +240,6 @@ void cDxr3SubpictureOsd::Flush()
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h
index 9fe75f8..c9db4ef 100644
--- a/dxr3osd_subpicture.h
+++ b/dxr3osd_subpicture.h
@@ -37,5 +37,6 @@ public:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3outputthread.c b/dxr3outputthread.c
index 9c7ff0c..42381fe 100644
--- a/dxr3outputthread.c
+++ b/dxr3outputthread.c
@@ -235,5 +235,6 @@ void cDxr3VideoOutThread::Action()
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3outputthread.h b/dxr3outputthread.h
index 2a5c329..e50393b 100644
--- a/dxr3outputthread.h
+++ b/dxr3outputthread.h
@@ -86,5 +86,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3pesframe.c b/dxr3pesframe.c
index a5197de..bcf089e 100644
--- a/dxr3pesframe.c
+++ b/dxr3pesframe.c
@@ -252,5 +252,6 @@ const uint32_t cDxr3PesFrame::MAX_PES_HEADER_SIZE = 184;
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3pesframe.h b/dxr3pesframe.h
index 737116a..99c9b35 100644
--- a/dxr3pesframe.h
+++ b/dxr3pesframe.h
@@ -175,5 +175,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3singleton.h b/dxr3singleton.h
index 316d8ac..fbc8031 100644
--- a/dxr3singleton.h
+++ b/dxr3singleton.h
@@ -48,5 +48,6 @@ class Singleton
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c
index a7319f6..239c97f 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.c
@@ -659,5 +659,6 @@ int cDxr3SpuDecoder::setTime(uint32_t pts)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3spudecoder.h b/dxr3spudecoder.h
index 0f3cc3b..85eac98 100644
--- a/dxr3spudecoder.h
+++ b/dxr3spudecoder.h
@@ -166,5 +166,6 @@ inline uint32_t cDxr3SpuPalette::getColor(uint8_t idx, uint8_t trans) const
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3syncbuffer.c b/dxr3syncbuffer.c
index f9f9d50..fd2a967 100644
--- a/dxr3syncbuffer.c
+++ b/dxr3syncbuffer.c
@@ -466,5 +466,6 @@ void cDxr3SyncBuffer::ReceiverStopped(void)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index f0d82fa..bfef1ec 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -140,5 +140,6 @@ private:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3sysclock.c b/dxr3sysclock.c
index 192ccc9..c20e6b9 100644
--- a/dxr3sysclock.c
+++ b/dxr3sysclock.c
@@ -72,5 +72,6 @@ void cDxr3SysClock::SetSpuPts(uint32_t pts)
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3sysclock.h b/dxr3sysclock.h
index deb969c..cc52e8e 100644
--- a/dxr3sysclock.h
+++ b/dxr3sysclock.h
@@ -58,5 +58,6 @@ protected:
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3tools.h b/dxr3tools.h
index 9e01dec..2b84917 100644
--- a/dxr3tools.h
+++ b/dxr3tools.h
@@ -108,5 +108,6 @@ namespace Tools
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End:
diff --git a/dxr3vdrincludes.h b/dxr3vdrincludes.h
index 39d0f51..347e350 100644
--- a/dxr3vdrincludes.h
+++ b/dxr3vdrincludes.h
@@ -57,5 +57,6 @@
// Local variables:
// mode: c++
// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
// indent-tabs-mode: t
// End: