changeset 12002:9c8584f68754 libavcodec

Add missing comment header for predict_4x4_dc_mmxext
author darkshikari
date Mon, 28 Jun 2010 23:37:24 +0000
parents 953a0949c789
children 3b761226ea35
files x86/h264_intrapred.asm
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/x86/h264_intrapred.asm	Mon Jun 28 23:35:17 2010 +0000
+++ b/x86/h264_intrapred.asm	Mon Jun 28 23:37:24 2010 +0000
@@ -466,6 +466,10 @@
     jg .loop
     REP_RET
 
+;-----------------------------------------------------------------------------
+; void pred4x4_dc_mmxext(uint8_t *src, const uint8_t *topright, int stride)
+;-----------------------------------------------------------------------------
+
 cglobal pred4x4_dc_mmxext, 3,5
     pxor   mm7, mm7
     mov     r4, r0