summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcframegrabber.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/vlcframegrabber.cxx')
-rw-r--r--avmedia/source/vlc/vlcframegrabber.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/avmedia/source/vlc/vlcframegrabber.cxx b/avmedia/source/vlc/vlcframegrabber.cxx
index 8a1269a35be0..05a27c28c295 100644
--- a/avmedia/source/vlc/vlcframegrabber.cxx
+++ b/avmedia/source/vlc/vlcframegrabber.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include <boost/bind.hpp>
#include <iostream>
#include <osl/conditn.hxx>
@@ -116,3 +117,5 @@ sal_Bool SAL_CALL VLCFrameGrabber::supportsService( const ::rtl::OUString& servi
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */