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 | |
parent | ab9ae401525d301a31ec695bf39103502db6afeb (diff) | |
download | ffmpeg-0bba26466f9245414928d4d1c99db7b813e5ff43.tar.gz |
cosmetics: Delete empty lines at end of file.
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/fdct_mmx.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/fft.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/fft_3dn2.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/fft_sse.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/idct_mmx.c | 1 | ||||
-rw-r--r-- | libavcodec/x86/idct_mmx_xvid.c | 1 |
6 files changed, 0 insertions, 6 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); } - diff --git a/libavcodec/x86/fft.c b/libavcodec/x86/fft.c index f7308cca32..3e0c42fb1e 100644 --- a/libavcodec/x86/fft.c +++ b/libavcodec/x86/fft.c @@ -67,4 +67,3 @@ av_cold void ff_dct_init_mmx(DCTContext *s) #endif } #endif - diff --git a/libavcodec/x86/fft_3dn2.c b/libavcodec/x86/fft_3dn2.c index a724398aff..ce3c9daddb 100644 --- a/libavcodec/x86/fft_3dn2.c +++ b/libavcodec/x86/fft_3dn2.c @@ -171,4 +171,3 @@ void ff_imdct_calc_3dn2(FFTContext *s, FFTSample *output, const FFTSample *input ); __asm__ volatile("femms"); } - diff --git a/libavcodec/x86/fft_sse.c b/libavcodec/x86/fft_sse.c index 6be5be9611..13b992f47a 100644 --- a/libavcodec/x86/fft_sse.c +++ b/libavcodec/x86/fft_sse.c @@ -108,4 +108,3 @@ void ff_imdct_calc_sse(FFTContext *s, FFTSample *output, const FFTSample *input) XMM_CLOBBERS_ONLY("%xmm0", "%xmm1", "%xmm7") ); } - 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) - diff --git a/libavcodec/x86/idct_mmx_xvid.c b/libavcodec/x86/idct_mmx_xvid.c index 3055205c81..139798e44b 100644 --- a/libavcodec/x86/idct_mmx_xvid.c +++ b/libavcodec/x86/idct_mmx_xvid.c @@ -523,4 +523,3 @@ __asm__ volatile( DCT_8_INV_COL(8(%0), 8(%0)) :: "r"(block), "r"(rounder_0), "r"(tab_i_04_xmm), "r"(tg_1_16)); } - |