aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.2/libavutil/opt.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-01 15:33:44 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-01 15:33:44 +0000
commit2aa0f4f952af38788cd71ac1ff64212a92c1dff5 (patch)
tree58f339dd1c443c992e6ab07de0705075922c8270 /src/lib/ffmpeg-1.2/libavutil/opt.pas
parent1e1329e77c498d550d12b8ad0d2325fdae2f4afa (diff)
downloadusdx-2aa0f4f952af38788cd71ac1ff64212a92c1dff5.tar.gz
usdx-2aa0f4f952af38788cd71ac1ff64212a92c1dff5.tar.xz
usdx-2aa0f4f952af38788cd71ac1ff64212a92c1dff5.zip
update config and ffmpeg1.2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3015 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-1.2/libavutil/opt.pas')
-rw-r--r--src/lib/ffmpeg-1.2/libavutil/opt.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg-1.2/libavutil/opt.pas b/src/lib/ffmpeg-1.2/libavutil/opt.pas
index 701d719a..693e9da5 100644
--- a/src/lib/ffmpeg-1.2/libavutil/opt.pas
+++ b/src/lib/ffmpeg-1.2/libavutil/opt.pas
@@ -331,9 +331,9 @@ function av_opt_set_dict(obj: pointer; var options: PAVDictionary): cint;
* AVERROR(EINVAL) if no key is present
*
*)
-av_opt_get_key_value(ropts: {const} PPAnsiChar;
- key_val_sep: {const} PAnsiChar; pairs_sep: {const} PAnsiChar
- flags: byte,
+function av_opt_get_key_value(ropts: {const} PPAnsiChar;
+ key_val_sep: {const} PAnsiChar; pairs_sep: {const} PAnsiChar;
+ flags: byte;
rkey, rval: PPAnsiChar): cint;
cdecl; external av__util;