aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.1/libavutil
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-03-03 01:23:38 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-03-03 01:23:38 +0000
commit2d2e572302584588bc6a05fb33efec13e37d7a7a (patch)
tree98927be6a89122e98830abe6a843ccbcbef85ea4 /src/lib/ffmpeg-1.1/libavutil
parent3ded59d2e48c665cd7566a39efa8de9829510c45 (diff)
downloadusdx-2d2e572302584588bc6a05fb33efec13e37d7a7a.tar.gz
usdx-2d2e572302584588bc6a05fb33efec13e37d7a7a.tar.xz
usdx-2d2e572302584588bc6a05fb33efec13e37d7a7a.zip
first fix of ffmpeg-1.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2973 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-1.1/libavutil')
-rw-r--r--src/lib/ffmpeg-1.1/libavutil/cpu.pas2
-rw-r--r--src/lib/ffmpeg-1.1/libavutil/log.pas2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-1.1/libavutil/cpu.pas b/src/lib/ffmpeg-1.1/libavutil/cpu.pas
index 7667a57e..409f62c8 100644
--- a/src/lib/ffmpeg-1.1/libavutil/cpu.pas
+++ b/src/lib/ffmpeg-1.1/libavutil/cpu.pas
@@ -105,7 +105,7 @@ function av_parse_cpu_flags(s: {const} PAnsiChar): cint;
*
* @return negative on error.
*)
-function av_parse_cpu_caps(flags: Pcuint, s: {const} PAnsiChar): cint;
+function av_parse_cpu_caps(flags: Pcuint; s: {const} PAnsiChar): cint;
cdecl; external av__util;
(* The following CPU-specific functions shall not be called directly. *)
diff --git a/src/lib/ffmpeg-1.1/libavutil/log.pas b/src/lib/ffmpeg-1.1/libavutil/log.pas
index 41479150..2f27394d 100644
--- a/src/lib/ffmpeg-1.1/libavutil/log.pas
+++ b/src/lib/ffmpeg-1.1/libavutil/log.pas
@@ -29,7 +29,7 @@
*)
type
- PAVClassCategory = TAVClassCategory;
+ PAVClassCategory = ^TAVClassCategory;
TAVClassCategory = (
AV_CLASS_CATEGORY_NA = 0,
AV_CLASS_CATEGORY_INPUT,