diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-09-13 15:43:13 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:16:48 +0200 |
commit | 39f7201ea4e371a05120aee828576f58981f16ca (patch) | |
tree | bea11b066b1c20466688d1aa01e031a1a40b8ea7 /loader/dshow | |
parent | 5b87176faab756ba209dcc1055c8c8ced01aa333 (diff) |
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
Diffstat (limited to 'loader/dshow')
-rw-r--r-- | loader/dshow/DS_VideoDecoder.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |