summaryrefslogtreecommitdiff
path: root/avmedia/source/quicktime/framegrabber.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/quicktime/framegrabber.cxx')
-rw-r--r--avmedia/source/quicktime/framegrabber.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/avmedia/source/quicktime/framegrabber.cxx b/avmedia/source/quicktime/framegrabber.cxx
index 186820beaec3..5da2aa2f2836 100644
--- a/avmedia/source/quicktime/framegrabber.cxx
+++ b/avmedia/source/quicktime/framegrabber.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -150,3 +151,5 @@ uno::Sequence< ::rtl::OUString > SAL_CALL FrameGrabber::getSupportedServiceNames
} // namespace quicktime
} // namespace avmedia
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */