summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/x86/fmtconvert.asm
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavcodec/x86/fmtconvert.asm')
-rw-r--r--ffmpeg/libavcodec/x86/fmtconvert.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/x86/fmtconvert.asm b/ffmpeg/libavcodec/x86/fmtconvert.asm
index 1bd13fc..60078e2 100644
--- a/ffmpeg/libavcodec/x86/fmtconvert.asm
+++ b/ffmpeg/libavcodec/x86/fmtconvert.asm
@@ -32,7 +32,7 @@ SECTION_TEXT
%endmacro
;---------------------------------------------------------------------------------
-; void int32_to_float_fmul_scalar(float *dst, const int *src, float mul, int len);
+; void int32_to_float_fmul_scalar(float *dst, const int32_t *src, float mul, int len);
;---------------------------------------------------------------------------------
%macro INT32_TO_FLOAT_FMUL_SCALAR 1
%if UNIX64