diff options
Diffstat (limited to 'src/lib/ffmpeg-1.0/libavutil/cpu.pas')
-rw-r--r-- | src/lib/ffmpeg-1.0/libavutil/cpu.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-1.0/libavutil/cpu.pas b/src/lib/ffmpeg-1.0/libavutil/cpu.pas index 6491cea6..ab0a7d10 100644 --- a/src/lib/ffmpeg-1.0/libavutil/cpu.pas +++ b/src/lib/ffmpeg-1.0/libavutil/cpu.pas @@ -102,7 +102,7 @@ function av_parse_cpu_flags(s: {const} PAnsiChar): cint; * * @return negative on error. *) -function av_parse_cpu_caps(flags: Pcuint, s: {const} PAnsiChar): cint; +function av_parse_cpu_caps(flags: Pcuint; s: {const} PAnsiChar): cint; cdecl; external av__util; (* The following CPU-specific functions shall not be called directly. *) |