aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.10/avcodec.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-0.10/avcodec.pas')
-rw-r--r--src/lib/ffmpeg-0.10/avcodec.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.10/avcodec.pas b/src/lib/ffmpeg-0.10/avcodec.pas
index 0b735fc7..bfc2c3ba 100644
--- a/src/lib/ffmpeg-0.10/avcodec.pas
+++ b/src/lib/ffmpeg-0.10/avcodec.pas
@@ -199,6 +199,12 @@ const
FF_API_OLD_ENCODE_AUDIO = (LIBAVCODEC_VERSION_MAJOR < 55);
{$endif}
+{$IFNDEF FPC}
+type
+ // defines for Delphi
+ size_t = cardinal;
+{$ENDIF}
+
type
FF_INTERNALC_MEM_TYPE = cuint;