Browse Source

Add missing comment header for predict_4x4_dc_mmxext

Originally committed as revision 23874 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Jason Garrett-Glaser 15 years ago
parent
commit
8b746bb473
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/x86/h264_intrapred.asm

+ 4
- 0
libavcodec/x86/h264_intrapred.asm View 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


Loading…
Cancel
Save