From 9bd5f59b33e8d977df0e8df1f1d15322b9d7233b Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Sun, 22 Feb 2009 11:33:09 +0000 Subject: [PATCH] Remove (incorrect) filenames from x264 asm files, add descriptions. Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/h264_deblock_sse2.asm | 2 +- libavcodec/x86/h264_idct_sse2.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/h264_deblock_sse2.asm b/libavcodec/x86/h264_deblock_sse2.asm index d59de91..a27c4df 100644 --- a/libavcodec/x86/h264_deblock_sse2.asm +++ b/libavcodec/x86/h264_deblock_sse2.asm @@ -1,5 +1,5 @@ ;***************************************************************************** -;* deblock-a.asm: h264 encoder library +;* MMX/SSE2-optimized H.264 deblocking code ;***************************************************************************** ;* Copyright (C) 2005-2008 x264 project ;* diff --git a/libavcodec/x86/h264_idct_sse2.asm b/libavcodec/x86/h264_idct_sse2.asm index a46cd97..10b1342 100644 --- a/libavcodec/x86/h264_idct_sse2.asm +++ b/libavcodec/x86/h264_idct_sse2.asm @@ -1,5 +1,5 @@ ;***************************************************************************** -;* dct-a.asm: h264 encoder library +;* SSE2-optimized H.264 iDCT ;***************************************************************************** ;* Copyright (C) 2003-2008 x264 project ;* -- 2.7.4