summaryrefslogtreecommitdiff
path: root/dxr3ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3ffmpeg.c')
-rw-r--r--dxr3ffmpeg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dxr3ffmpeg.c b/dxr3ffmpeg.c
index 67ab99e..0a7ddcc 100644
--- a/dxr3ffmpeg.c
+++ b/dxr3ffmpeg.c
@@ -88,3 +88,9 @@ void cDxr3Ffmepg::CloseCodec(struct Dxr3Codec& Codec)
Codec.Open = false;
}
}
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// indent-tabs-mode: t
+// End: