Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-08 13:39:18 +0400
committerDiego Biurrun <diego@biurrun.de>2012-02-09 15:26:45 +0400
commit0bba26466f9245414928d4d1c99db7b813e5ff43 (patch)
treeccc98f8827191d795149887ceb090e182bb519aa /libavcodec/x86/idct_mmx_xvid.c
parentab9ae401525d301a31ec695bf39103502db6afeb (diff)
cosmetics: Delete empty lines at end of file.
Diffstat (limited to 'libavcodec/x86/idct_mmx_xvid.c')
-rw-r--r--libavcodec/x86/idct_mmx_xvid.c1
1 files changed, 0 insertions, 1 deletions
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));
}
-