From f3bc2f539e2de5e485762a3f953a6a60c748db63 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 22 Apr 2012 11:50:35 +0000 Subject: complete the parameters of the function. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2866 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/avcodec.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg') diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas index c390a187..139e4bc8 100644 --- a/src/lib/ffmpeg/avcodec.pas +++ b/src/lib/ffmpeg/avcodec.pas @@ -1286,7 +1286,7 @@ type or AVFormatContext, which begin with an AVClass. Needed because av_log is in libavcodec and has no visibility of AVIn/OutputFormat *) - item_name: function(): PAnsiChar; cdecl; + item_name: function(ctx: pointer): PAnsiChar; cdecl; option: PAVOption; {$IF LIBAVUTIL_VERSION >= 50015000} // 50.15.0 -- cgit v1.2.3