aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/opt.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
commitbcec80f4bc1a7b299f37b49d463494d6817f4496 (patch)
tree0b067c35420e6efed5d1514a346be7bcd12e3d42 /Game/Code/lib/ffmpeg/opt.pas
parentc4b6f33f5a70eff3cc721cc66ebc1cd2cabe842a (diff)
downloadusdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.gz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.xz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.zip
ffmpeg update
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1147 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/opt.pas')
-rw-r--r--Game/Code/lib/ffmpeg/opt.pas9
1 files changed, 5 insertions, 4 deletions
diff --git a/Game/Code/lib/ffmpeg/opt.pas b/Game/Code/lib/ffmpeg/opt.pas
index 0f94ef8e..2f9f2c0e 100644
--- a/Game/Code/lib/ffmpeg/opt.pas
+++ b/Game/Code/lib/ffmpeg/opt.pas
@@ -23,7 +23,8 @@
* in the source codes *)
(*
- * revision 12194, Mon Feb 25 09:22:11 2008 UTC
+ * Conversion of libavcodec/opt.h
+ * revision 13669, Fri Jun 6 07:00:42 2008 UTC
*)
unit opt;
@@ -65,15 +66,15 @@ const
type
(**
- * AVOption.
+ * AVOption
*)
PAVOption = ^TAVOption;
TAVOption = record
name: pchar;
(**
- * short English text help.
- * @todo what about other languages
+ * short English help text
+ * @todo What about other languages?
*)
help: pchar;
offset: integer; ///< offset to context structure where the parsed value should be stored