]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/proresdsp.asm
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / x86 / proresdsp.asm
index 094f872bc87f2b70e23d2a24e91957ed26e92832..aedacc2cdcc66ca840473071ddaf79f4fca70d4c 100644 (file)
@@ -232,7 +232,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