summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-13 15:43:13 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:48 +0200
commit39f7201ea4e371a05120aee828576f58981f16ca (patch)
treebea11b066b1c20466688d1aa01e031a1a40b8ea7
parent5b87176faab756ba209dcc1055c8c8ced01aa333 (diff)
downloadmpv-39f7201ea4e371a05120aee828576f58981f16ca.tar.bz2
mpv-39f7201ea4e371a05120aee828576f58981f16ca.tar.xz
cosmetics: Remove vim/emacs coding style hints from sources
The hints are inconsistent and pointless if only present in a few files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32223 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpcodecs/vd_lzo.c3
-rw-r--r--libmpcodecs/vf_ass.c2
-rw-r--r--loader/dshow/DS_VideoDecoder.c3
-rw-r--r--loader/wineacm.h1
-rw-r--r--stream/vcd_read_win32.h4
5 files changed, 0 insertions, 13 deletions
diff --git a/libmpcodecs/vd_lzo.c b/libmpcodecs/vd_lzo.c
index deb9465165..fb926895cc 100644
--- a/libmpcodecs/vd_lzo.c
+++ b/libmpcodecs/vd_lzo.c
@@ -164,6 +164,3 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags)
return mpi;
}
-
-/* vim: sw=4
- */
diff --git a/libmpcodecs/vf_ass.c b/libmpcodecs/vf_ass.c
index 9eb4888fa5..2678986025 100644
--- a/libmpcodecs/vf_ass.c
+++ b/libmpcodecs/vf_ass.c
@@ -1,5 +1,3 @@
-// -*- c-basic-offset: 8; indent-tabs-mode: t -*-
-// vim:ts=8:sw=8:noet:ai:
/*
* Copyright (C) 2006 Evgeniy Stepanov <eugeni.stepanov@gmail.com>
*
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index c0441ceacb..f4e72917f0 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -859,9 +859,6 @@ int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value)
// printf("DS_SetValue for ????, name=%s value=%d\n",name,value);
return 0;
}
-/*
-vim: vi* sux.
-*/
int DS_SetAttr_DivX(char* attribute, int value){
int result, status, newkey;
diff --git a/loader/wineacm.h b/loader/wineacm.h
index 1acfb0c55d..eb23146dea 100644
--- a/loader/wineacm.h
+++ b/loader/wineacm.h
@@ -1,6 +1,5 @@
#ifndef MPLAYER_WINEACM_H
#define MPLAYER_WINEACM_H
-/* -*- tab-width: 8; c-basic-offset: 4 -*- */
/***********************************************************************
* Wine specific - Win32
diff --git a/stream/vcd_read_win32.h b/stream/vcd_read_win32.h
index 0cdaea115f..f4ac384d1d 100644
--- a/stream/vcd_read_win32.h
+++ b/stream/vcd_read_win32.h
@@ -158,7 +158,3 @@ static int vcd_read(mp_vcd_priv_t* vcd, char *mem)
}
#endif /* MPLAYER_VCD_READ_WIN32_H */
-
-/*
-vim:noet:sw=4:cino=\:0,g0
-*/