summaryrefslogtreecommitdiff
path: root/dxr3spudecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3spudecoder.c')
-rw-r--r--dxr3spudecoder.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3spudecoder.c b/dxr3spudecoder.c
index 28231bb..fc49b42 100644
--- a/dxr3spudecoder.c
+++ b/dxr3spudecoder.c
@@ -103,3 +103,9 @@ int cDxr3SpuDecoder::setTime(uint32_t pts)
{
return (pts == 0) ? 0 : 1;
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: