aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.8/libavutil/dict.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-05-24 08:33:49 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-05-24 08:33:49 +0000
commit660d185cb44ee5c8446d5019bdcf0a5f51862bc4 (patch)
tree13e8ee0996bf9f03c576a361abd8f62abe0e1d87 /src/lib/ffmpeg-0.8/libavutil/dict.pas
parent7d523b59769a7a99afdfe365ced3c6727018cf5a (diff)
downloadusdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.tar.gz
usdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.tar.xz
usdx-660d185cb44ee5c8446d5019bdcf0a5f51862bc4.zip
add missing avcodec_open2 and PPAVDictionary.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2885 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.8/libavutil/dict.pas')
-rw-r--r--src/lib/ffmpeg-0.8/libavutil/dict.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.8/libavutil/dict.pas b/src/lib/ffmpeg-0.8/libavutil/dict.pas
index d50d3b0b..fc11f014 100644
--- a/src/lib/ffmpeg-0.8/libavutil/dict.pas
+++ b/src/lib/ffmpeg-0.8/libavutil/dict.pas
@@ -41,6 +41,7 @@ type
(* with the "help" of libavutil/internal.h: *)
+ PPAVDictionary = ^PAVDictionary;
PAVDictionary = ^TAVDictionary;
TAVDictionary = record
count: cint;