Add missing comment header for predict_4x4_dc_mmxext
authorJason Garrett-Glaser <darkshikari@gmail.com>
Mon, 28 Jun 2010 23:37:24 +0000 (23:37 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Mon, 28 Jun 2010 23:37:24 +0000 (23:37 +0000)
Originally committed as revision 23874 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/x86/h264_intrapred.asm

index 0210aa0..085460c 100644 (file)
@@ -466,6 +466,10 @@ cglobal pred8x8_tm_vp8_ssse3, 2,3,6
     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