aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg')
-rw-r--r--src/lib/ffmpeg/avcodec.pas12
-rw-r--r--src/lib/ffmpeg/avutil.pas2
-rw-r--r--src/lib/ffmpeg/mathematics.pas2
-rw-r--r--src/lib/ffmpeg/rational.pas2
4 files changed, 13 insertions, 5 deletions
diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas
index f1d7fdd3..4fa8f208 100644
--- a/src/lib/ffmpeg/avcodec.pas
+++ b/src/lib/ffmpeg/avcodec.pas
@@ -1236,13 +1236,21 @@ type
option: PAVOption;
{$IF LIBAVUTIL_VERSION >= 50015000} // 50.15.0
-{$IFEND}
(**
* LIBAVUTIL_VERSION with which this structure was created.
- * This is used to allow fields to be added without requireing major
+ * This is used to allow fields to be added without requiring major
* version bumps everywhere.
*)
version: cint;
+{$IFEND}
+
+{$IF LIBAVUTIL_VERSION >= 50015002} // 50.15.2
+ (**
+ * Offset in the structure where log_level_offset is stored.
+ * 0 means there is no such variable
+ *)
+ log_level_offset_offset: cint;
+{$IFEND}
end;
{**
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas
index 439e6ac2..a1586def 100644
--- a/src/lib/ffmpeg/avutil.pas
+++ b/src/lib/ffmpeg/avutil.pas
@@ -29,7 +29,7 @@
*
* libavutil/avutil.h:
* Min. version: 49.0.1, revision 6577, Sat Oct 7 15:30:46 2006 UTC
- * Max. version: 50.15.0, revision 22987, Tue May 11 22:05:00 2010 CET
+ * Max. version: 50.15.2, revision 23059, Tue May 11 22:05:00 2010 CET
*
* libavutil/mem.h:
* revision 16590, Tue Jan 13 23:44:16 2009 UTC
diff --git a/src/lib/ffmpeg/mathematics.pas b/src/lib/ffmpeg/mathematics.pas
index a00969b4..3a1f6a2c 100644
--- a/src/lib/ffmpeg/mathematics.pas
+++ b/src/lib/ffmpeg/mathematics.pas
@@ -26,7 +26,7 @@
(*
* Conversion of libavutil/mathematics.h
- * avutil max. version 50.14.0, revision 22825, Tue May 11 22:10:00 2010 CET
+ * avutil max. version 50.15.2, revision 23059, Tue May 11 22:10:00 2010 CET
*
*)
diff --git a/src/lib/ffmpeg/rational.pas b/src/lib/ffmpeg/rational.pas
index 7faa7013..6ca9c0d1 100644
--- a/src/lib/ffmpeg/rational.pas
+++ b/src/lib/ffmpeg/rational.pas
@@ -27,7 +27,7 @@
(*
* Conversion of libavutil/rational.h
- * avutil max. version 50.9.0, revision 21946, Tue May 11 22:10:00 2010 CET
+ * avutil max. version 50.15.2, revision 23059, Tue May 11 22:10:00 2010 CET
*
*)