aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-06-10 11:29:31 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-06-10 11:29:31 +0000
commitf946fb104ac54e5ece8576321843ae7f3ba007c9 (patch)
tree2aaeb09f483b4c459c841141bc359de680846ca7 /src
parent2277ef39712b0e2e08631960cd873159dd7c3ce8 (diff)
downloadusdx-f946fb104ac54e5ece8576321843ae7f3ba007c9.tar.gz
usdx-f946fb104ac54e5ece8576321843ae7f3ba007c9.tar.xz
usdx-f946fb104ac54e5ece8576321843ae7f3ba007c9.zip
fix typos in previous submission.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1809 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffmpeg/avio.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ffmpeg/avio.pas b/src/lib/ffmpeg/avio.pas
index 898c29cf..dc0a330b 100644
--- a/src/lib/ffmpeg/avio.pas
+++ b/src/lib/ffmpeg/avio.pas
@@ -256,13 +256,13 @@ function av_url_read_seek(h: PURLContext; stream_index: cint;
cdecl; external av__format;
{$IFEND}
-{
+(**
var
{$IF LIBAVFORMAT_VERSION_MAJOR < 53}
first_protocol: PURLProtocol; external av__format;
{$IFEND}
url_interrupt_cb: PURLInterruptCB; external av__format;
-}
+**)
{
* If protocol is NULL, returns the first registered protocol,
@@ -274,7 +274,7 @@ function av_protocol_next(p: PURLProtocol): PURLProtocol;
cdecl; external av__format;
{$IFEND}
-{$IF LIBAVFORMAT_VERSION < = 52028000} // 52.28.0
+{$IF LIBAVFORMAT_VERSION <= 52028000} // 52.28.0
(**
* @deprecated Use av_register_protocol() instead.
*)