diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-08 10:39:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-09 12:26:45 +0100 |
commit | 0bba26466f9245414928d4d1c99db7b813e5ff43 (patch) | |
tree | ccc98f8827191d795149887ceb090e182bb519aa /libavcodec/x86/idct_mmx.c | |
parent | ab9ae401525d301a31ec695bf39103502db6afeb (diff) | |
download | ffmpeg-0bba26466f9245414928d4d1c99db7b813e5ff43.tar.gz |
cosmetics: Delete empty lines at end of file.
Diffstat (limited to 'libavcodec/x86/idct_mmx.c')
-rw-r--r-- | libavcodec/x86/idct_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/idct_mmx.c b/libavcodec/x86/idct_mmx.c index ed2d3217e5..f199941f55 100644 --- a/libavcodec/x86/idct_mmx.c +++ b/libavcodec/x86/idct_mmx.c @@ -626,4 +626,3 @@ declare_idct (ff_mmxext_idct, mmxext_table, declare_idct (ff_mmx_idct, mmx_table, mmx_row_head, mmx_row, mmx_row_tail, mmx_row_mid) - |