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.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.10/avcodec.pas b/src/lib/ffmpeg-0.10/avcodec.pas
index 6e4a9a32..cf4e9e8b 100644
--- a/src/lib/ffmpeg-0.10/avcodec.pas
+++ b/src/lib/ffmpeg-0.10/avcodec.pas
@@ -4389,7 +4389,7 @@ function avcodec_open(avctx: PAVCodecContext; codec: PAVCodec): cint;
* @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
* av_dict_set(), av_opt_find().
*)
-function avcodec_open2(avctx: PAVCodecContext; codec: PAVCodec; options: pointer): cint;
+function avcodec_open2(avctx: PAVCodecContext; codec: PAVCodec; options: PPAVDictionary): cint;
cdecl; external av__codec;
{$IFDEF FF_API_OLD_DECODE_AUDIO}