mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
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
This commit is contained in:
parent
5b87176faa
commit
39f7201ea4
@ -164,6 +164,3 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags)
|
||||
|
||||
return mpi;
|
||||
}
|
||||
|
||||
/* vim: sw=4
|
||||
*/
|
||||
|
@ -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>
|
||||
*
|
||||
|
@ -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;
|
||||
|
@ -1,6 +1,5 @@
|
||||
#ifndef MPLAYER_WINEACM_H
|
||||
#define MPLAYER_WINEACM_H
|
||||
/* -*- tab-width: 8; c-basic-offset: 4 -*- */
|
||||
|
||||
/***********************************************************************
|
||||
* Wine specific - Win32
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user