]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/proresdsp.asm
x86: dcadsp: implement SSE lfe_dir
[ffmpeg] / libavcodec / x86 / proresdsp.asm
index 91e0800365cb430c7da893f993d933c3a2bdc82a..855f2094b79afd5d1f2e3a9c535bc65d24f5518d 100644 (file)
@@ -327,7 +327,7 @@ section .text align=16
 %endmacro
 
 ; void prores_idct_put_10_<opt>(uint8_t *pixels, int stride,
-;                               DCTELEM *block, const int16_t *qmat);
+;                               int16_t *block, const int16_t *qmat);
 %macro idct_put_fn 1
 cglobal prores_idct_put_10, 4, 4, %1
     movsxd      r1,  r1d