aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.10/libavutil/dict.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-05-24 08:37:02 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-05-24 08:37:02 +0000
commitc2395dcb9f75e7a75429650ba138d20cb160d531 (patch)
tree98ef03ade382a5aeccea3e067c3c3b44a44c86df /src/lib/ffmpeg-0.10/libavutil/dict.pas
parent660d185cb44ee5c8446d5019bdcf0a5f51862bc4 (diff)
downloadusdx-c2395dcb9f75e7a75429650ba138d20cb160d531.tar.gz
usdx-c2395dcb9f75e7a75429650ba138d20cb160d531.tar.xz
usdx-c2395dcb9f75e7a75429650ba138d20cb160d531.zip
version 0.10 unified.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2886 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-0.10/libavutil/dict.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.10/libavutil/dict.pas b/src/lib/ffmpeg-0.10/libavutil/dict.pas
index 472168f1..ff4fa02b 100644
--- a/src/lib/ffmpeg-0.10/libavutil/dict.pas
+++ b/src/lib/ffmpeg-0.10/libavutil/dict.pas
@@ -42,6 +42,7 @@ type
(* with the "help" of libavutil/internal.h: *)
+ PPAVDictionary = ^PAVDictionary;
PAVDictionary = ^TAVDictionary;
TAVDictionary = record
count: cint;