aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/opt.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-04 23:51:10 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-04 23:51:10 +0000
commitd35aae71ead05b26b5e00b25de4f6ed11f11ad13 (patch)
treef6eef836162f890b56c03dd6431e443270cc99c9 /src/lib/ffmpeg/opt.pas
parent18ec26284cfe8ebc0864bb5107deb52ee0660e3f (diff)
downloadusdx-d35aae71ead05b26b5e00b25de4f6ed11f11ad13.tar.gz
usdx-d35aae71ead05b26b5e00b25de4f6ed11f11ad13.tar.xz
usdx-d35aae71ead05b26b5e00b25de4f6ed11f11ad13.zip
correction of some misplaced fields + some editorial changes + update to current
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2067 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/opt.pas')
-rw-r--r--src/lib/ffmpeg/opt.pas9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/lib/ffmpeg/opt.pas b/src/lib/ffmpeg/opt.pas
index 86144598..726e57ce 100644
--- a/src/lib/ffmpeg/opt.pas
+++ b/src/lib/ffmpeg/opt.pas
@@ -23,18 +23,15 @@
* - For Mac OS X, some modifications were made by The Creative CAT, denoted as CAT
* in the source codes.
* - Changes and updates by the UltraStar Deluxe Team
- *)
-
-(*
+ *
* Conversion of libavcodec/opt.h
* revision 16912, Sun Feb 1 02:00:19 2009 UTC
*
* update, MiSchi, no code change
* Fri Jun 12 2009 21:50:00 UTC
- *)
-{
+ *
* update to
- * Max. version: 52.42.0, Sun Dec 6 19:20:00 2009 CET
+ * Max. avcodec version: 52.45.0, Mon Jan 4 2010 19:20:00 CET
* MiSchi
}