aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/ffmpeg-0.10/libavutil/log.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.10/libavutil/log.pas b/src/lib/ffmpeg-0.10/libavutil/log.pas
index 955d078a..ecde0b87 100644
--- a/src/lib/ffmpeg-0.10/libavutil/log.pas
+++ b/src/lib/ffmpeg-0.10/libavutil/log.pas
@@ -89,7 +89,7 @@ type
* child_next iterates over _already existing_ objects, while
* child_class_next iterates over _all possible_ children.
*)
- function child_class_next (prev: {const} PAVClass): {const} PAVClass; cdecl;
+ child_class_next: function (prev: {const} PAVClass): {const} PAVClass; cdecl;
end;