aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/fdct_mmx.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-08 10:39:18 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-09 12:26:45 +0100
commit0bba26466f9245414928d4d1c99db7b813e5ff43 (patch)
treeccc98f8827191d795149887ceb090e182bb519aa /libavcodec/x86/fdct_mmx.c
parentab9ae401525d301a31ec695bf39103502db6afeb (diff)
downloadffmpeg-0bba26466f9245414928d4d1c99db7b813e5ff43.tar.gz
cosmetics: Delete empty lines at end of file.
Diffstat (limited to 'libavcodec/x86/fdct_mmx.c')
-rw-r--r--libavcodec/x86/fdct_mmx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/fdct_mmx.c b/libavcodec/x86/fdct_mmx.c
index f35a0591c6..cc3036bc33 100644
--- a/libavcodec/x86/fdct_mmx.c
+++ b/libavcodec/x86/fdct_mmx.c
@@ -579,4 +579,3 @@ void ff_fdct_sse2(int16_t *block)
fdct_col_sse2(block, block1, 0);
fdct_row_sse2(block1, block);
}
-