changeset 9005:e5c9a3a813ea libavcodec

Remove (incorrect) filenames from x264 asm files, add descriptions.
author darkshikari
date Sun, 22 Feb 2009 11:33:09 +0000
parents aae80543bc6e
children 37ac731fe32c
files x86/h264_deblock_sse2.asm x86/h264_idct_sse2.asm
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/x86/h264_deblock_sse2.asm	Sun Feb 22 09:51:58 2009 +0000
+++ b/x86/h264_deblock_sse2.asm	Sun Feb 22 11:33:09 2009 +0000
@@ -1,5 +1,5 @@
 ;*****************************************************************************
-;* deblock-a.asm: h264 encoder library
+;* MMX/SSE2-optimized H.264 deblocking code
 ;*****************************************************************************
 ;* Copyright (C) 2005-2008 x264 project
 ;*
--- a/x86/h264_idct_sse2.asm	Sun Feb 22 09:51:58 2009 +0000
+++ b/x86/h264_idct_sse2.asm	Sun Feb 22 11:33:09 2009 +0000
@@ -1,5 +1,5 @@
 ;*****************************************************************************
-;* dct-a.asm: h264 encoder library
+;* SSE2-optimized H.264 iDCT
 ;*****************************************************************************
 ;* Copyright (C) 2003-2008 x264 project
 ;*