aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 17:32:07 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 17:32:07 +0000
commit8a53f45fee7894cb05f598edc5564c8428fdae6d (patch)
tree1a88bcff2143d7806e58aff50fb7ee148326157a /src/lib/ffmpeg
parentcffe33baf336287778e3bbe1585ae087b0b0f6e0 (diff)
downloadusdx-8a53f45fee7894cb05f598edc5564c8428fdae6d.tar.gz
usdx-8a53f45fee7894cb05f598edc5564c8428fdae6d.tar.xz
usdx-8a53f45fee7894cb05f598edc5564c8428fdae6d.zip
correction of previous commit (avformat and avio.pas to 52.62.0)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2353 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg')
-rw-r--r--src/lib/ffmpeg/avformat.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avformat.pas b/src/lib/ffmpeg/avformat.pas
index 76990479..fdf90f7b 100644
--- a/src/lib/ffmpeg/avformat.pas
+++ b/src/lib/ffmpeg/avformat.pas
@@ -85,7 +85,7 @@ const
*)
(* Max. supported version by this header *)
LIBAVFORMAT_MAX_VERSION_MAJOR = 52;
- LIBAVFORMAT_MAX_VERSION_MINOR = 61;
+ LIBAVFORMAT_MAX_VERSION_MINOR = 62;
LIBAVFORMAT_MAX_VERSION_RELEASE = 0;
LIBAVFORMAT_MAX_VERSION = (LIBAVFORMAT_MAX_VERSION_MAJOR * VERSION_MAJOR) +
(LIBAVFORMAT_MAX_VERSION_MINOR * VERSION_MINOR) +