aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/src/lib/ffmpeg/opt.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-11 17:40:53 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-11 17:40:53 +0000
commit02da971050b39cca776ef99a87edc994f27861da (patch)
tree50d24e664ccf699b88d58bfdf11e2681235f554c /Lua/src/lib/ffmpeg/opt.pas
parentb2170461c63561efff2fc3736c51856468f56d87 (diff)
downloadusdx-02da971050b39cca776ef99a87edc994f27861da.tar.gz
usdx-02da971050b39cca776ef99a87edc994f27861da.tar.xz
usdx-02da971050b39cca776ef99a87edc994f27861da.zip
merged r2068 into lua branch
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2069 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Lua/src/lib/ffmpeg/opt.pas')
-rw-r--r--Lua/src/lib/ffmpeg/opt.pas11
1 files changed, 4 insertions, 7 deletions
diff --git a/Lua/src/lib/ffmpeg/opt.pas b/Lua/src/lib/ffmpeg/opt.pas
index 86144598..7b1105a4 100644
--- a/Lua/src/lib/ffmpeg/opt.pas
+++ b/Lua/src/lib/ffmpeg/opt.pas
@@ -23,20 +23,17 @@
* - 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
-}
+ *)
unit opt;