From f068d9e1cbcc6e316bd672de55bca6a818744670 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 20 Feb 2010 23:12:02 +0000 Subject: update of avutil.pas to 50.9.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2121 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/avutil.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas index a5e6b889..0cf5f120 100644 --- a/src/lib/ffmpeg/avutil.pas +++ b/src/lib/ffmpeg/avutil.pas @@ -43,7 +43,7 @@ * Maybe, the pixelformats are not needed, but it has not been checked. * log.h is only partial. * - * update Mon, Jan 4 2010 + * update Sun to 50.9.0, Feb 21, 2010 *) unit avutil; @@ -71,7 +71,7 @@ uses const (* Max. supported version by this header *) LIBAVUTIL_MAX_VERSION_MAJOR = 50; - LIBAVUTIL_MAX_VERSION_MINOR = 7; + LIBAVUTIL_MAX_VERSION_MINOR = 9; LIBAVUTIL_MAX_VERSION_RELEASE = 0; LIBAVUTIL_MAX_VERSION = (LIBAVUTIL_MAX_VERSION_MAJOR * VERSION_MAJOR) + (LIBAVUTIL_MAX_VERSION_MINOR * VERSION_MINOR) + -- cgit v1.2.3