diff options
author | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-02-22 11:33:09 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2009-02-22 11:33:09 +0000 |
commit | 9bd5f59b33e8d977df0e8df1f1d15322b9d7233b (patch) | |
tree | b49da0d0855abf9a63d39184f39bf3502d7dd9ff | |
parent | 3a636b6fd724c141c83bf06a912307a376c5b215 (diff) | |
download | ffmpeg-9bd5f59b33e8d977df0e8df1f1d15322b9d7233b.tar.gz |
Remove (incorrect) filenames from x264 asm files, add descriptions.
Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/x86/h264_deblock_sse2.asm | 2 | ||||
-rw-r--r-- | 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 d59de919be..a27c4df538 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 a46cd975de..10b1342f75 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
;*
|