Remove (incorrect) filenames from x264 asm files, add descriptions.

Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Jason Garrett-Glaser 16 years ago
parent 3a636b6fd7
commit 9bd5f59b33
  1. 2
      libavcodec/x86/h264_deblock_sse2.asm
  2. 2
      libavcodec/x86/h264_idct_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
;*

@ -1,5 +1,5 @@
;*****************************************************************************
;* dct-a.asm: h264 encoder library
;* SSE2-optimized H.264 iDCT
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*

Loading…
Cancel
Save