From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/ppc/fdct_altivec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffmpeg/libavcodec/ppc/fdct_altivec.c') diff --git a/ffmpeg/libavcodec/ppc/fdct_altivec.c b/ffmpeg/libavcodec/ppc/fdct_altivec.c index acab127..ff816e2 100644 --- a/ffmpeg/libavcodec/ppc/fdct_altivec.c +++ b/ffmpeg/libavcodec/ppc/fdct_altivec.c @@ -458,5 +458,3 @@ void ff_fdct_altivec(int16_t *block) #undef CTS /* }}} */ } - -/* vim:set foldmethod=marker foldlevel=0: */ -- cgit v1.2.3