aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-16 22:41:11 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-16 22:41:11 +0000
commit4eb744b53aa7edf3ee4df0a6806d7bb685114c67 (patch)
tree314883806ce13d0e6452356054ba58b9070eee90 /src
parent5762173ae803c171943bc5d6c7c6e732902cd4e8 (diff)
downloadusdx-4eb744b53aa7edf3ee4df0a6806d7bb685114c67.tar.gz
usdx-4eb744b53aa7edf3ee4df0a6806d7bb685114c67.tar.xz
usdx-4eb744b53aa7edf3ee4df0a6806d7bb685114c67.zip
no real fix, just commenting out a problem
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2042 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffmpeg/avcodec.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index d0400d9a..497990d6 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -2806,7 +2806,10 @@ type
* - encoding: Set by libavcodec, user can override.
* - decoding: Set by libavcodec, user can override.
*)
- execute2: function (c: PAVCodecContext; func: function (c2: PAVCodecContext; arg: Pointer; jobnr: cint; threadnr: cint): cint; cdecl; arg2: Pointer; ret: Pcint; count: cint): cint; cdecl;
+// **** FIXME the following gives this error:
+// lib/ffmpeg/avcodec.pas(2809,51) Error: Type identifier expected
+// lib/ffmpeg/avcodec.pas(2809,51) Fatal: Syntax error, ")" expected but "FUNCTION" found
+// execute2: function (c: PAVCodecContext; func: function (c2: PAVCodecContext; arg: Pointer; jobnr: cint; threadnr: cint): cint; cdecl; arg2: Pointer; ret: Pcint; count: cint): cint; cdecl;
{$IFEND}
{$IF LIBAVCODEC_VERSION >= 52042000} // >= 52.42.0
(**