aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/avutil.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
commitbcec80f4bc1a7b299f37b49d463494d6817f4496 (patch)
tree0b067c35420e6efed5d1514a346be7bcd12e3d42 /Game/Code/lib/ffmpeg/avutil.pas
parentc4b6f33f5a70eff3cc721cc66ebc1cd2cabe842a (diff)
downloadusdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.gz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.xz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.zip
ffmpeg update
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1147 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/avutil.pas')
-rw-r--r--Game/Code/lib/ffmpeg/avutil.pas14
1 files changed, 8 insertions, 6 deletions
diff --git a/Game/Code/lib/ffmpeg/avutil.pas b/Game/Code/lib/ffmpeg/avutil.pas
index d0499755..3bd565c7 100644
--- a/Game/Code/lib/ffmpeg/avutil.pas
+++ b/Game/Code/lib/ffmpeg/avutil.pas
@@ -22,14 +22,16 @@
* in the source codes *)
(*
- * avutil.h:
+ * Conversions of
+ *
+ * libavutil/avutil.h:
* Min. version: ?
- * Max. version: revision 12410, Mon Mar 10 18:42:09 2008 UTC
+ * Max. version: revision 13595, Sun Jun 1 07:37:43 2008 UTC
*
- * mem.h:
- * revision 12501, Wed Mar 19 07:43:43 2008 UTC
+ * libavutil/mem.h:
+ * revision 13665, Thu Jun 5 19:49:47 2008 UTC
*
- * log.h:
+ * libavutil/log.h:
* revision 13068, Tue May 6 08:41:13 2008 UTC
*)
@@ -57,7 +59,7 @@ uses
const
(* Max. supported version by this header *)
LIBAVUTIL_MAX_VERSION_MAJOR = 49;
- LIBAVUTIL_MAX_VERSION_MINOR = 6;
+ LIBAVUTIL_MAX_VERSION_MINOR = 7;
LIBAVUTIL_MAX_VERSION_RELEASE = 0;
LIBAVUTIL_MAX_VERSION = (LIBAVUTIL_MAX_VERSION_MAJOR * VERSION_MAJOR) +
(LIBAVUTIL_MAX_VERSION_MINOR * VERSION_MINOR) +