Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-23 20:46:49 +0400
committerDiego Biurrun <diego@biurrun.de>2013-08-29 01:59:24 +0400
commitde81b6ae4f38273ff27020f494cc46539110d34b (patch)
treeb2a8c1d30d79679991ba2b1799f25ef5d6688803 /libavcodec/ppc
parent70dd8892bf00923af838756dfbb356a9b1e4e40d (diff)
ppc: fdct: Remove vim editor settings comment
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r--libavcodec/ppc/fdct_altivec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ppc/fdct_altivec.c b/libavcodec/ppc/fdct_altivec.c
index b1e70d624f..355a697f4d 100644
--- a/libavcodec/ppc/fdct_altivec.c
+++ b/libavcodec/ppc/fdct_altivec.c
@@ -458,5 +458,3 @@ void ff_fdct_altivec(int16_t *block)
#undef CTS
/* }}} */
}
-
-/* vim:set foldmethod=marker foldlevel=0: */