aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg')
-rw-r--r--src/lib/ffmpeg/avcodec.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index 63ffa012..ea6a45dc 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -3548,7 +3548,7 @@ procedure avpicture_free (picture: PAVPicture);
* @param height the height of the image in pixels
* @return size of the image data in bytes
*)
-function avpicture_fill (picture: PAVPicture; ptr: pointer;
+function avpicture_fill (picture: PAVPicture; ptr: pcuint8;
pix_fmt: TAVPixelFormat; width: cint; height: cint): cint;
cdecl; external av__codec;