diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-29 14:59:58 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-29 15:00:02 +0200 |
commit | 3e75f986675fe522dfe4e35c6bf761e9cb668597 (patch) | |
tree | 919cf72e5033ac7c2b7d21dd4c15a891e284f4a9 | |
parent | 8251529ff37e0fdfb4ee6ba74f14ebc200e0ae2f (diff) | |
parent | de81b6ae4f38273ff27020f494cc46539110d34b (diff) | |
download | ffmpeg-3e75f986675fe522dfe4e35c6bf761e9cb668597.tar.gz |
Merge commit 'de81b6ae4f38273ff27020f494cc46539110d34b'
* commit 'de81b6ae4f38273ff27020f494cc46539110d34b':
ppc: fdct: Remove vim editor settings comment
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/ppc/fdct_altivec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ppc/fdct_altivec.c b/libavcodec/ppc/fdct_altivec.c index acab127314..ff816e2a5f 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: */ |