diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-04-22 11:50:35 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-04-22 11:50:35 +0000 |
commit | f3bc2f539e2de5e485762a3f953a6a60c748db63 (patch) | |
tree | cbc4688a604d8d6b61a64fa8cd8e951e39be09e9 | |
parent | cf72a62d6f1a920e5498123f0560e41b9132a630 (diff) | |
download | usdx-f3bc2f539e2de5e485762a3f953a6a60c748db63.tar.gz usdx-f3bc2f539e2de5e485762a3f953a6a60c748db63.tar.xz usdx-f3bc2f539e2de5e485762a3f953a6a60c748db63.zip |
complete the parameters of the function.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2866 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/lib/ffmpeg/avcodec.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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 |