mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Add missing comment header for predict_4x4_dc_mmxext
Originally committed as revision 23874 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
270a85d259
commit
8b746bb473
@ -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…
x
Reference in New Issue
Block a user