From 3162a52e9eb30d799816352f097d9278d45ba387 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 6 Dec 2009 16:34:05 +0000 Subject: update to version 52.35.0; minor edit only git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1981 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/avcodec.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ffmpeg/avcodec.pas b/src/lib/ffmpeg/avcodec.pas index a395e205..31f9c1f5 100644 --- a/src/lib/ffmpeg/avcodec.pas +++ b/src/lib/ffmpeg/avcodec.pas @@ -31,7 +31,7 @@ *) { * update to - * Max. version: 52.35.0, Sun Dec 6 17:30:00 2009 CET + * Max. version: 52.36.0, Sun Dec 6 17:33:00 2009 CET * MiSchi } @@ -65,7 +65,7 @@ uses const (* Max. supported version by this header *) LIBAVCODEC_MAX_VERSION_MAJOR = 52; - LIBAVCODEC_MAX_VERSION_MINOR = 35; + LIBAVCODEC_MAX_VERSION_MINOR = 36; LIBAVCODEC_MAX_VERSION_RELEASE = 0; LIBAVCODEC_MAX_VERSION = (LIBAVCODEC_MAX_VERSION_MAJOR * VERSION_MAJOR) + (LIBAVCODEC_MAX_VERSION_MINOR * VERSION_MINOR) + @@ -1436,7 +1436,7 @@ type * - encoding: Set by user * - decoding: Set by libavcodec *) - chroma_sample_location: TAVChromaLocation; + chroma_sample_location: TAVChromaLocation; {$IFEND} end; -- cgit v1.2.3